public class MindDataConversionException extends ConversionException
| Constructor and Description |
|---|
MindDataConversionException(String message)
Construct a new mind data conversion exception.
|
MindDataConversionException(String message,
Throwable cause)
Construct a new mind data conversion exception.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MindDataConversionException(String message, Throwable cause)
message - the exception messagecause - the causepublic MindDataConversionException(String message)
message - the exception message