jdsl.core.api
Class InvalidAttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjdsl.core.api.CoreException
                  extended byjdsl.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

Constructor Summary
InvalidAttributeException(String message)
           
InvalidAttributeException(String message, Throwable cause)
           
InvalidAttributeException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAttributeException

public InvalidAttributeException(String message)

InvalidAttributeException

public InvalidAttributeException(String message,
                                 Throwable cause)

InvalidAttributeException

public InvalidAttributeException(Throwable cause)