org.apache.any23.extractor.rdfa
Class RDFa11ParserException

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

public class RDFa11ParserException
extends Exception

Exception class raised by RDFa11Parser.

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

Constructor Summary
RDFa11ParserException(String message)
           
RDFa11ParserException(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

RDFa11ParserException

public RDFa11ParserException(String message)

RDFa11ParserException

public RDFa11ParserException(String message,
                             Throwable cause)


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