Package org.apache.commons.beanutils2
Class BeanAccessLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.beanutils2.BeanAccessLanguageException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NestedNullException
Thrown to indicate that the Bean Access Language cannot execute query against given bean. This is a runtime exception and access languages are
 encouraged to subclass to create custom exceptions whenever appropriate.
- Since:
- 1.7
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aBeanAccessLanguageExceptionwithout a detail message.BeanAccessLanguageException(String message) Constructs aBeanAccessLanguageExceptionwithout a detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BeanAccessLanguageExceptionpublic BeanAccessLanguageException()Constructs aBeanAccessLanguageExceptionwithout a detail message.
- 
BeanAccessLanguageExceptionConstructs aBeanAccessLanguageExceptionwithout a detail message.- Parameters:
- message- the detail message explaining this exception
 
 
-