Enhydra 3.1 API

com.lutris.util
Class ChainedError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.lutris.util.ChainedError
Direct Known Subclasses:
DOMError, LazyDOMError, XMLCError, XMLIOError

public synchronized class ChainedError
extends java.lang.Error
implements ChainedThrowable

See Also:
Serialized Form

Constructor Summary
ChainedError(java.lang.String)
           
ChainedError(java.lang.String, java.lang.Throwable)
           
ChainedError(java.lang.Throwable)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream)
           
 void printStackTrace(java.io.PrintWriter)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChainedError

public ChainedError(java.lang.String)

ChainedError

public ChainedError(java.lang.String,
                    java.lang.Throwable)

ChainedError

public ChainedError(java.lang.Throwable)
Method Detail

getCause

public java.lang.Throwable getCause()
Specified by:
getCause in interface ChainedThrowable

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface ChainedThrowable
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Specified by:
printStackTrace in interface ChainedThrowable
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream)
Specified by:
printStackTrace in interface ChainedThrowable
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter)
Specified by:
printStackTrace in interface ChainedThrowable
Overrides:
printStackTrace in class java.lang.Throwable

Enhydra 3.1 API