jfun.yan
Class InternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jfun.yan.YanException
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
| 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 |
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)