jdsl.core.api
Class InvalidAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdsl.core.api.CoreException
jdsl.core.api.InvalidAttributeException
- All Implemented Interfaces:
- Serializable
- public class InvalidAttributeException
- extends CoreException
Used when the key for an attribute lookup is not supported by the
implementation's lookup mechanism.
- Version:
- JDSL 2.1.1
- Author:
- Luca Vismara, David Ellis, based on a previous version by Luca Vismara
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidAttributeException
public InvalidAttributeException(String message)
InvalidAttributeException
public InvalidAttributeException(String message,
Throwable cause)
InvalidAttributeException
public InvalidAttributeException(Throwable cause)