jfun.jaskell
Class JaskellException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjfun.jaskell.JaskellException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CompilationException, EvaluationException, InternalException, MethodInvocationException, TypeMismatchException

public class JaskellException
extends java.lang.RuntimeException

Base class for all Jaskell related exception.

Author:
Ben Yu Jan 23, 2006 12:41:15 PM
See Also:
Serialized Form

Constructor Summary
JaskellException()
           
JaskellException(java.lang.String message)
           
JaskellException(java.lang.String message, java.lang.Throwable cause)
           
JaskellException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JaskellException

public JaskellException()

JaskellException

public JaskellException(java.lang.String message,
                        java.lang.Throwable cause)

JaskellException

public JaskellException(java.lang.String message)

JaskellException

public JaskellException(java.lang.Throwable cause)