org.apache.commons.beanutils
Class BeanAccessLanguageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.beanutils.BeanAccessLanguageException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NestedNullException
public class BeanAccessLanguageException
- extends IllegalArgumentException
Thrown to indicate that the Bean Access Language cannot execute query
against given bean. This is a runtime exception and access langauges are encouraged
to subclass to create custom exceptions whenever appropriate.
- Since:
- 1.7
- Author:
- Robert Burrell Donkin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanAccessLanguageException
public BeanAccessLanguageException()
- Constructs a
BeanAccessLanguageException
without a detail message.
BeanAccessLanguageException
public BeanAccessLanguageException(String message)
- Constructs a
BeanAccessLanguageException
without a detail message.
- Parameters:
message
- the detail message explaining this exception
Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.