Package org.apache.any23.extractor.rdfa
Class XSLTStylesheetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.any23.extractor.rdfa.XSLTStylesheetException
-
- All Implemented Interfaces:
Serializable
public class XSLTStylesheetException extends Exception
Defines an exception raised by theXSLTStylesheet
class.- Author:
- Michele Mostarda (mostarda@fbk.eu)
- See Also:
XSLTStylesheet
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XSLTStylesheetException(String message)
XSLTStylesheetException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-