org.jicengine.util
Class ChainedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jicengine.util.ChainedException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- OperationException, SyntaxException
- public class ChainedException
- extends java.lang.Exception
- Version:
- 1.0
- Author:
- .timo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChainedException
public ChainedException()
ChainedException
public ChainedException(java.lang.String message)
ChainedException
public ChainedException(java.lang.String message,
java.lang.Throwable cause)
ChainedException
public ChainedException(java.lang.Throwable cause)
initCause
public java.lang.Throwable initCause(java.lang.Throwable cause)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)