org.apache.any23.extractor.rdfa
Class XSLTStylesheetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.any23.extractor.rdfa.XSLTStylesheetException
All Implemented Interfaces:
Serializable

public class XSLTStylesheetException
extends Exception

Defines an exception raised by the XSLTStylesheet class.

Author:
Michele Mostarda (mostarda@fbk.eu)
See Also:
XSLTStylesheet, Serialized Form

Constructor Summary
XSLTStylesheetException(String message)
           
XSLTStylesheetException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XSLTStylesheetException

public XSLTStylesheetException(String message)

XSLTStylesheetException

public XSLTStylesheetException(String message,
                               Throwable cause)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.