public final class BeanOperationException extends DefaultRuntimeException
org.apache.commons.beanutils
包下的类出现的异常.
- this is a runtime (unchecked) exception.
Beans exceptions are usually fatal;
there is no reason for them to be checked.
Constructor and Description |
---|
BeanOperationException(String message,
Throwable cause)
Instantiates a new bean util exception.
|
BeanOperationException(Throwable cause)
Instantiates a new bean util exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BeanOperationException(String message, Throwable cause)
message
- the messagecause
- the causepublic BeanOperationException(Throwable cause)
cause
- the causeCopyright © 2008-2019 by feilong