Package org.apache.commons.beanutils2
Class NestedNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.beanutils2.BeanAccessLanguageException
org.apache.commons.beanutils2.NestedNullException
- All Implemented Interfaces:
- Serializable
Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.
- Since:
- 1.7
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aNestedNullExceptionwithout a detail message.NestedNullException(String message) Constructs aNestedNullExceptionwithout 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- 
NestedNullExceptionpublic NestedNullException()Constructs aNestedNullExceptionwithout a detail message.
- 
NestedNullExceptionConstructs aNestedNullExceptionwithout a detail message.- Parameters:
- message- the detail message explaining this exception
 
 
-