public class PropertyConverterException extends OtclException
| Constructor and Description |
|---|
PropertyConverterException(String errorCode)
Instantiates a new property converter exception.
|
PropertyConverterException(String errorCode,
String msg)
Instantiates a new property converter exception.
|
PropertyConverterException(String errorCode,
String msg,
Throwable cause)
Instantiates a new property converter exception.
|
PropertyConverterException(String errorCode,
Throwable cause)
Instantiates a new property converter exception.
|
PropertyConverterException(Throwable cause)
Instantiates a new property converter exception.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyConverterException(String errorCode)
errorCode - the error codepublic PropertyConverterException(String errorCode, String msg)
errorCode - the error codemsg - the msgpublic PropertyConverterException(Throwable cause)
cause - the causepublic PropertyConverterException(String errorCode, Throwable cause)
errorCode - the error codecause - the causeCopyright © 2021. All rights reserved.