Package org.apache.any23.extractor.rdfa
Class RDFa11ParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.any23.extractor.rdfa.RDFa11ParserException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RDFa11ParserException extends Exception
Deprecated.since 2.3 theRio
implementations are used to parse RDFa.Exception class raised byRDFa11Parser
.- Author:
- Michele Mostarda (mostarda@fbk.eu)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RDFa11ParserException(String message)
Deprecated.RDFa11ParserException(String message, Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-