Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.ParsingException
- All Implemented Interfaces:
- java.io.Serializable
public class ParsingException extends JRDFoxException
This exception is thrown when an error during parsing occurs.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ParsingException()ParsingException(java.lang.String message)ParsingException(java.lang.String message, java.lang.Throwable cause)
- 
Method Summary
- 
Constructor Details- 
ParsingExceptionpublic ParsingException()
- 
ParsingExceptionpublic ParsingException(java.lang.String message)
- 
ParsingExceptionpublic ParsingException(java.lang.String message, java.lang.Throwable cause)
 
-