Class ReformattingWrongLexModelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.extension.extpts.reformattingexporter.ReformattingException
it.uniroma2.art.semanticturkey.extension.extpts.reformattingexporter.ReformattingWrongLexModelException
All Implemented Interfaces:
Serializable

public class ReformattingWrongLexModelException extends ReformattingException
This exception class represents a failure of a ReformattingExporter.
Author:
Andrea Turbati
See Also:
  • Constructor Details

    • ReformattingWrongLexModelException

      public ReformattingWrongLexModelException()
    • ReformattingWrongLexModelException

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

      public ReformattingWrongLexModelException(String message, Throwable cause)
    • ReformattingWrongLexModelException

      public ReformattingWrongLexModelException(String message)
    • ReformattingWrongLexModelException

      public ReformattingWrongLexModelException(Throwable cause)