com.hp.hpl.jena.sparql
Class ARQException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.sparql.ARQException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryException, SSEParseException, UpdateException

public class ARQException
extends com.hp.hpl.jena.shared.JenaException

See Also:
Serialized Form

Constructor Summary
ARQException()
           
ARQException(String msg)
           
ARQException(String msg, Throwable cause)
           
ARQException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ARQException

public ARQException(String msg,
                    Throwable cause)

ARQException

public ARQException(String msg)

ARQException

public ARQException(Throwable cause)

ARQException

public ARQException()


Licenced under the Apache License, Version 2.0