public class ModelConverterException extends RuntimeException
| Constructor and Description |
|---|
ModelConverterException(String exceptionMessage)
Creates model converter exception with an exception message.
|
ModelConverterException(String exceptionMessage,
Throwable cause)
Creates model converter exception with an exception message and cause.
|
ModelConverterException(Throwable cause)
Creates model converter exception with the cause for it.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModelConverterException(String exceptionMessage)
exceptionMessage - message with which exception must be thrownpublic ModelConverterException(String exceptionMessage, Throwable cause)
exceptionMessage - message with which exception must be throwncause - cause of the exceptionpublic ModelConverterException(Throwable cause)
cause - cause of the exceptionCopyright © 2018. All rights reserved.