jfun.jaskell
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.jaskell.JaskellException
                  extended by jfun.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)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalException

protected InternalException()

InternalException

protected InternalException(java.lang.String arg0)