org.merlotxml.util
Class WrapperException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.merlotxml.util.WrapperException
- 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
- Version:
- $Id: WrapperException.java,v 1.5 2000/05/24 18:37:31 camk Exp $
- Author:
- Tim McCune
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
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.Exception realException)
WrapperException
public WrapperException(java.lang.Exception realException,
java.lang.String appendMsg)
getRealException
public java.lang.Exception getRealException()
printStackTrace
public void printStackTrace()
- Overrides:
- printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
- printStackTrace in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter w)
- Overrides:
- printStackTrace in class java.lang.Throwable