metaglue
Class MetaglueError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--metaglue.MetaglueError
Direct Known Subclasses:
AgentNotDefinedError, AttributeError, CatalogAccessError, MetaglueSystemError, NativityError, SpreadError, TiedToDeath

public class MetaglueError
extends Error

See Also:
Serialized Form

Field Summary
protected  Exception e
           
 
Constructor Summary
MetaglueError()
           
MetaglueError(String message, Exception 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

e

protected Exception e
Constructor Detail

MetaglueError

public MetaglueError()

MetaglueError

public MetaglueError(String message,
                     Exception e)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable