net.sf.morph
Class MorphException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.morph.util.NestableRuntimeException
                  extended by net.sf.morph.MorphException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContextException, LanguageException, ReflectionException, TransformationException, WrapperException

public class MorphException
extends NestableRuntimeException

An exception in the Morph framework.

Since:
Nov 16, 2004
Author:
Matt Sgarlata
See Also:
Serialized Form

Constructor Summary
MorphException()
           
MorphException(java.lang.String message)
           
MorphException(java.lang.String message, java.lang.Throwable cause)
           
MorphException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.sf.morph.util.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MorphException

public MorphException()

MorphException

public MorphException(java.lang.String message)

MorphException

public MorphException(java.lang.String message,
                      java.lang.Throwable cause)

MorphException

public MorphException(java.lang.Throwable cause)


Copyright © 2004-2008.