public class ModelObjectException extends ModelException
ModelObject
s when failing unexpectedly.Constructor and Description |
---|
ModelObjectException()
Creates a new
ModelObjectException instance. |
ModelObjectException(String message)
Creates a new
ModelObjectException instance taking a message. |
ModelObjectException(String message,
Throwable cause)
Creates a new
ModelObjectException instance taking a message and a cause. |
ModelObjectException(Throwable cause)
Creates a new
ModelObjectException instance taking a cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModelObjectException()
ModelObjectException
instance.public ModelObjectException(String message)
ModelObjectException
instance taking a message.message
- The message of the exception.public ModelObjectException(Throwable cause)
ModelObjectException
instance taking a cause.cause
- The cause of the exception.public ModelObjectException(String message, Throwable cause)
ModelObjectException
instance taking a message and a cause.message
- The message of the exception.cause
- The cause of the exception.Copyright © 2005–2014 The JOMC Project. All rights reserved.