org.apache.commons.beanutils
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. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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-2013 The Apache Software Foundation. All Rights Reserved.