org.merlotxml.util
Class WrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.merlotxml.util.WrapperException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DOMLiaisonImplException, PluginConfigException
- public class WrapperException
- extends java.lang.Exception
Wrapper Exception
Used to wrap exceptions, usually those thrown by
implementations of custom interfaces
- Author:
- Tim McCune
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
realException
protected java.lang.Exception realException
WrapperException
public WrapperException(java.lang.String message)
WrapperException
public WrapperException(java.lang.Exception realException)
WrapperException
public WrapperException(java.lang.Exception realException,
java.lang.String appendMsg)
getRealException
public java.lang.Exception getRealException()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter w)