metaglue
Class AgentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--metaglue.AgentException
Direct Known Subclasses:
AgentNotDefinedException, AttributeDBException, AttributeException, FindAgentException, MissingCatalogException, NativityException, StartAgentException

public class AgentException
extends Exception

See Also:
Serialized Form

Field Summary
 Throwable detail
           
 
Constructor Summary
AgentException(String message, Throwable e)
           
 
Method Summary
 String getMessage()
           
 String 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
 

Field Detail

detail

public Throwable detail
Constructor Detail

AgentException

public AgentException(String message,
                      Throwable e)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable