metaglue
Class MetaglueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--metaglue.MetaglueException

public class MetaglueException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

MetaglueException

public MetaglueException(String message,
                         Exception e)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable