|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jomc.modlet.ModelException
public class ModelException
Model context exception.
Constructor Summary | |
---|---|
ModelException()
Creates a new ModelException instance. |
|
ModelException(String message)
Creates a new ModelException instance taking a message. |
|
ModelException(String message,
Throwable cause)
Creates a new ModelException instance taking a message and a cause. |
|
ModelException(Throwable cause)
Creates a new ModelException instance taking a cause. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public ModelException()
ModelException
instance.
public ModelException(String message)
ModelException
instance taking a message.
message
- The message of the exception.public ModelException(Throwable cause)
ModelException
instance taking a cause.
cause
- The cause of the exception.public ModelException(String message, Throwable cause)
ModelException
instance taking a message and a cause.
message
- The message of the exception.cause
- The cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |