Class LiftingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.extension.extpts.rdflifter.LiftingException
- All Implemented Interfaces:
Serializable
This exception class represents a failure of a
RDFLifter.- Author:
- Manuel Fiorelli
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLiftingException(String message) LiftingException(String message, Throwable cause) LiftingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) LiftingException(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
-
LiftingException
public LiftingException() -
LiftingException
-
LiftingException
-
LiftingException
-
LiftingException
-