com.hp.hpl.jena.rdf.query
Class RDQL_InternalErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.hp.hpl.jena.rdf.query.QueryException
                          |
                          +--com.hp.hpl.jena.rdf.query.RDQL_InternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class RDQL_InternalErrorException
extends QueryException

See Also:
Serialized Form

Constructor Summary
RDQL_InternalErrorException()
           
RDQL_InternalErrorException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RDQL_InternalErrorException

public RDQL_InternalErrorException()

RDQL_InternalErrorException

public RDQL_InternalErrorException(java.lang.String msg)


Copyright © 2001 Hewlett-Packard. All Rights Reserved.