tools.moltyping
Class MoltyperException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tools.moltyping.MoltyperException
All Implemented Interfaces:
java.io.Serializable

public class MoltyperException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MoltyperException()
           
MoltyperException(java.lang.String arg0)
           
MoltyperException(java.lang.String arg0, java.lang.Throwable arg1)
           
MoltyperException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MoltyperException

public MoltyperException()

MoltyperException

public MoltyperException(java.lang.String arg0)

MoltyperException

public MoltyperException(java.lang.String arg0,
                         java.lang.Throwable arg1)

MoltyperException

public MoltyperException(java.lang.Throwable arg0)