? NestedNullException
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
- ????????:
Serializable
Thrown to indicate that the Bean Access Language cannot execute query
against given bean since a nested bean referenced is null.
- ???????:
- 1.7
- ??:
- $Id$
- ????:
-
?????
????????Constructs aNestedNullException
without a detail message.NestedNullException
(String message) Constructs aNestedNullException
without a detail message. -
????
-
???????
-
NestedNullException
public NestedNullException()Constructs aNestedNullException
without a detail message. -
NestedNullException
Constructs aNestedNullException
without a detail message.- ??:
message
- the detail message explaining this exception
-