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

public class ReformattingException extends Exception
This exception class represents a failure of a ReformattingExporter.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • ReformattingException

      public ReformattingException()
    • ReformattingException

      public ReformattingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ReformattingException

      public ReformattingException(String message, Throwable cause)
    • ReformattingException

      public ReformattingException(String message)
    • ReformattingException

      public ReformattingException(Throwable cause)