metaglue
Class MetaglueSystemError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--metaglue.MetaglueError
                    |
                    +--metaglue.MetaglueSystemError

public class MetaglueSystemError
extends MetaglueError

See Also:
Serialized Form

Fields inherited from class metaglue.MetaglueError
e
 
Constructor Summary
MetaglueSystemError(String message, Exception e)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class metaglue.MetaglueError
getMessage
 
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

MetaglueSystemError

public MetaglueSystemError(String message,
                           Exception e)
Method Detail

toString

public String toString()
Overrides:
toString in class MetaglueError