public class ModelCreationException extends RuntimeException
TemplatedSnippet
to indicate that a
failure has occurred during model creation.TemplatedSnippet.createModel(Operation)
,
Serialized FormConstructor and Description |
---|
ModelCreationException(String message,
Throwable cause)
Creates a new
ModelCreationException with the given message and
cause . |
ModelCreationException(Throwable cause)
Creates a new
ModelCreationException with the given cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModelCreationException(Throwable cause)
ModelCreationException
with the given cause
.cause
- the cause