Java org.apache.commons.beanutils NestedNullException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.beanutils NestedNullException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.beanutils NestedNullException.

The text is from its open source code.

Constructor

NestedNullException(String message)
Constructs a NestedNullException without a detail message.

Method

StringgetLocalizedMessage()
Creates a localized description of this throwable.
ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.