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

Field Summary
protected  java.lang.Exception realException
           
 
Constructor Summary
WrapperException(java.lang.Exception realException)
           
WrapperException(java.lang.Exception realException, java.lang.String appendMsg)
           
 
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, getLocalizedMessage, getMessage, 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.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()
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