public class

NestedNullException

extends BeanAccessLanguageException
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

Class Overview

Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.

Summary

Public Constructors
NestedNullException()
Constructs a NestedNullException without a detail message.
NestedNullException(String message)
Constructs a NestedNullException without a detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NestedNullException ()

Constructs a NestedNullException without a detail message.

public NestedNullException (String message)

Constructs a NestedNullException without a detail message.

Parameters
message the detail message explaining this exception