metaglue
Class AttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--metaglue.AgentException
                    |
                    +--metaglue.AttributeException
Direct Known Subclasses:
AttributeAlreadyDefinedException, MissingAttributeException

public class AttributeException
extends AgentException

See Also:
Serialized Form

Fields inherited from class metaglue.AgentException
detail
 
Constructor Summary
AttributeException(String message)
           
AttributeException(String message, Exception e)
           
 
Methods inherited from class metaglue.AgentException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeException

public AttributeException(String message,
                          Exception e)

AttributeException

public AttributeException(String message)