org.mulgara.jena.n3.turtle
Class TurtleParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mulgara.jena.n3.turtle.TurtleParseException
- All Implemented Interfaces:
- Serializable
public class TurtleParseException
- extends RuntimeException
QueryParseException is root exception for all (intentional) exceptions
from the various parsers where the error is to do with the syntax of a query.
- Version:
- $Id: TurtleParseException.java,v 1.1 2009/06/29 08:55:45 castagna Exp $
- Author:
- Andy Seaborne
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TurtleParseException
public TurtleParseException()
TurtleParseException
public TurtleParseException(Throwable cause)
TurtleParseException
public TurtleParseException(String msg)
TurtleParseException
public TurtleParseException(String msg,
Throwable cause)
Copyright © 2011. All Rights Reserved.