All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.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.


Constructor Index

 o InvalidAttributeException(String)

Constructors

 o InvalidAttributeException
 public InvalidAttributeException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index