org.mulgara.jena.n3.turtle
Class TurtleParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
TurtleParseException()
           
TurtleParseException(String msg)
           
TurtleParseException(String msg, Throwable cause)
           
TurtleParseException(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

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.