Class ReformattingWrongModelException

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

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

    • ReformattingWrongModelException

      public ReformattingWrongModelException()
    • ReformattingWrongModelException

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

      public ReformattingWrongModelException(String message, Throwable cause)
    • ReformattingWrongModelException

      public ReformattingWrongModelException(String message)
    • ReformattingWrongModelException

      public ReformattingWrongModelException(Throwable cause)