org.merlotxml.merlot
Class MerlotException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.merlotxml.merlot.MerlotException

public class MerlotException
extends java.lang.Exception

An exception within the Merlot application.

Version:
$Id: MerlotException.java,v 1.2 2000/03/07 04:46:14 camk Exp $
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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()