org.merlotxml.merlot
Class MerlotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
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 |
_wrappedException
public java.lang.Throwable _wrappedException
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)
getWrappedException
public java.lang.Throwable getWrappedException()