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 Summary
ConstructorDescriptionConstructs aNestedNullException
without a detail message.NestedNullException
(String message) Constructs aNestedNullException
without a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NestedNullException
public NestedNullException()Constructs aNestedNullException
without a detail message. -
NestedNullException
Constructs aNestedNullException
without a detail message.- Parameters:
message
- the detail message explaining this exception
-