org.apache.commons.beanutils

Class NestedNullException


public class NestedNullException
extends BeanAccessLanguageException

Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.
Author:
Robert Burrell Donkin
Since:
1.7

Constructor Summary

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

Constructor Details

NestedNullException

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

NestedNullException

public NestedNullException(String message)
Constructs a NestedNullException without a detail message.
Parameters:
message - the detail message explaining this exception

Copyright (c) 2001-2004 - Apache Software Foundation