org.merlotxml.merlot
Class MerlotException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.merlotxml.merlot.MerlotException
All Implemented Interfaces:
java.io.Serializable

public class MerlotException
extends java.lang.Exception

An exception within the Merlot application.

Author:
Kelly A. Campbell
See Also:
Serialized Form

Field Summary
 java.lang.Throwable _wrappedException
           
 
Constructor Summary
MerlotException()
           
MerlotException(java.lang.String s)
           
MerlotException(java.lang.String s, java.lang.Throwable t)
           
MerlotException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getWrappedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_wrappedException

public java.lang.Throwable _wrappedException
Constructor Detail

MerlotException

public MerlotException()

MerlotException

public MerlotException(java.lang.String s)

MerlotException

public MerlotException(java.lang.String s,
                       java.lang.Throwable t)

MerlotException

public MerlotException(java.lang.Throwable t)
Method Detail

getWrappedException

public java.lang.Throwable getWrappedException()