public class EMFFormsConverterException extends Exception
Constructor and Description |
---|
EMFFormsConverterException(String message)
Constructs a new
EMFFormsConverterException . |
EMFFormsConverterException(String message,
Throwable throwable)
Constructs a new
EMFFormsConverterException . |
EMFFormsConverterException(Throwable throwable)
Constructs a new
EMFFormsConverterException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EMFFormsConverterException(String message)
EMFFormsConverterException
.message
- The message of the exceptionpublic EMFFormsConverterException(Throwable throwable)
EMFFormsConverterException
.throwable
- The Throwable that caused this exceptionpublic EMFFormsConverterException(String message, Throwable throwable)
EMFFormsConverterException
.message
- The message of the exceptionthrowable
- The Throwable that caused this exceptionCopyright © 2016. All rights reserved.