Class ReformattingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.extension.extpts.reformattingexporter.ReformattingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReformattingWrongLexModelException
,ReformattingWrongModelException
This exception class represents a failure of a
ReformattingExporter
.- Author:
- Manuel Fiorelli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReformattingException
(String message) ReformattingException
(String message, Throwable cause) ReformattingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ReformattingException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReformattingException
public ReformattingException() -
ReformattingException
-
ReformattingException
-
ReformattingException
-
ReformattingException
-