public class ConversionException extends Exception
| Constructor and Description |
|---|
ConversionException()
Instantiates a new conversion exception.
|
ConversionException(String message)
Instantiates a new conversion exception.
|
ConversionException(String message,
Throwable cause)
Instantiates a new conversion exception.
|
ConversionException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new conversion exception.
|
ConversionException(Throwable cause)
Instantiates a new conversion exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException()
public ConversionException(String message)
message - the messagepublic ConversionException(Throwable cause)
cause - the causepublic ConversionException(String message, Throwable cause)
message - the messagecause - the causepublic ConversionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2022. All rights reserved.