jdsl
Class InvalidAttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.InvalidAttributeException

public class InvalidAttributeException
extends java.lang.RuntimeException

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

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAttributeException

public InvalidAttributeException(java.lang.String message)