jfun.jaskell
Class InternalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjfun.jaskell.JaskellException
                  extended byjfun.jaskell.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends JaskellException

To denote internal exceptions that's used internally by jaskell engine for special purpose and never gonna be visible to users.

Zephyr Business Solutions Corp.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
protected InternalException()
           
protected InternalException(java.lang.String arg0)
           
 
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

InternalException

protected InternalException()

InternalException

protected InternalException(java.lang.String arg0)