org.jicengine.util
Class ChainedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
ChainedException()
           
ChainedException(java.lang.String message)
           
ChainedException(java.lang.String message, java.lang.Throwable cause)
           
ChainedException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable initCause(java.lang.Throwable cause)
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
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
 

Constructor Detail

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)
Method Detail

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)