public class NestedNullException extends BeanAccessLanguageException
Constructor and Description |
---|
NestedNullException()
Constructs a
NestedNullException without a detail message. |
NestedNullException(String message)
Constructs a
NestedNullException without a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NestedNullException()
NestedNullException
without a detail message.public NestedNullException(String message)
NestedNullException
without a detail message.message
- the detail message explaining this exceptionCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.