org.merlotxml.util
Class WrapperException

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

Field Summary
protected  java.lang.Exception realException
           
 
Constructor Summary
WrapperException(java.lang.Exception realException)
           
WrapperException(java.lang.Exception realException, java.lang.String appendMsg)
           
WrapperException(java.lang.String message)
           
 
Method Summary
 java.lang.Exception getRealException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter w)
           
 
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
 

Field Detail

realException

protected java.lang.Exception realException
Constructor Detail

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

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)