|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalArgumentException | +--org.apache.commons.beanutils.BeanAccessLanguageException | +--org.apache.commons.beanutils.NestedNullException
Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.
Constructor Summary | |
NestedNullException()
Constructs a NestedNullException without a detail message. |
|
NestedNullException(java.lang.String message)
Constructs a NestedNullException without a detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NestedNullException()
NestedNullException
without a detail message.public NestedNullException(java.lang.String message)
NestedNullException
without a detail message.message
- the detail message explaining this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |