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

public class InvalidAttributeException
extends CoreException

An InvalidAttributeException indicates that the name by which you attempted to look up a (name,value) pair does not exist.

Author:
Mark Handy (mdh)
See Also:
Serialized Form

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

Constructor Detail

InvalidAttributeException

public InvalidAttributeException(java.lang.String message)