|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException net.sf.morph.util.NestableRuntimeException net.sf.morph.MorphException
public class MorphException
An exception in the Morph framework.
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 |
---|
public MorphException()
public MorphException(java.lang.String message)
public MorphException(java.lang.String message, java.lang.Throwable cause)
public MorphException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |