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 Summary
Constructors Constructor Description ParsingException()ParsingException(java.lang.String message)ParsingException(java.lang.String message, java.lang.Throwable cause) - 
Method Summary
 
- 
Constructor Details
- 
ParsingException
public ParsingException() - 
ParsingException
public ParsingException(java.lang.String message) - 
ParsingException
public ParsingException(java.lang.String message, java.lang.Throwable cause) 
 -