java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.extension.extpts.rdflifter.LiftingException
All Implemented Interfaces:
Serializable

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

    • LiftingException

      public LiftingException()
    • LiftingException

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

      public LiftingException(String message, Throwable cause)
    • LiftingException

      public LiftingException(String message)
    • LiftingException

      public LiftingException(Throwable cause)