Package org.apache.any23.writer
Class TripleHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.any23.writer.TripleHandlerException
-
- All Implemented Interfaces:
Serializable
public class TripleHandlerException extends Exception
Defines a generic exception raised when accessing toTripleHandler
class.- Author:
- Davide Palmisano (palmisano@fbk.eu)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TripleHandlerException(String s)
TripleHandlerException(String s, Exception exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-