Package org.apache.commons.beanutils
Class 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
-
- All Implemented Interfaces:
java.io.Serializable
public class NestedNullException extends BeanAccessLanguageException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NestedNullException()Constructs aNestedNullExceptionwithout a detail message.NestedNullException(java.lang.String message)Constructs aNestedNullExceptionwithout a detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NestedNullException
public NestedNullException()
Constructs aNestedNullExceptionwithout a detail message.
-
NestedNullException
public NestedNullException(java.lang.String message)
Constructs aNestedNullExceptionwithout a detail message.- Parameters:
message- the detail message explaining this exception
-
-