jfun.yan
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.yan.YanException
                  extended by jfun.yan.InternalException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DefaultingException

public class InternalException
extends YanException

Represents any exception that's used internally by the framework and should not be wrapped.

Author:
Ben Yu Dec 13, 2005 5:54:50 PM
See Also:
Serialized Form

Constructor Summary
InternalException()
           
InternalException(java.lang.String arg0)
           
InternalException(java.lang.String message, java.lang.Throwable cause)
           
InternalException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class jfun.yan.YanException
clearResolutionTrace, getResolutionTrace, printResolutionTrace, printResolutionTrace, printResolutionTrace, printStackTrace, printStackTrace, push
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalException

public InternalException()

InternalException

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

InternalException

public InternalException(java.lang.String arg0)

InternalException

public InternalException(java.lang.Throwable cause)