org.openrdf.query.parser.sparql.ast
Class VisitorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.query.parser.sparql.ast.VisitorException
All Implemented Interfaces:
Serializable

public class VisitorException
extends Exception

See Also:
Serialized Form

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

VisitorException

public VisitorException()

VisitorException

public VisitorException(String msg)

VisitorException

public VisitorException(String msg,
                        Throwable t)

VisitorException

public VisitorException(Throwable t)


Copyright © 2001-2009 Aduna. All Rights Reserved.