public class NestedNullException extends BeanAccessLanguageException
| Constructor | Description |
|---|---|
NestedNullException() |
Constructs a
NestedNullException without a detail message. |
NestedNullException(java.lang.String message) |
Constructs a
NestedNullException without a detail message. |
public NestedNullException()
NestedNullException without a detail message.public NestedNullException(java.lang.String message)
NestedNullException without a detail message.message - the detail message explaining this exceptionCopyright (c) 2000-2008 - Apache Software Foundation