Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


oracle.xml.sql
Class OracleXMLSQLNoRowsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.xml.sql.OracleXMLSQLException
                  extended by oracle.xml.sql.OracleXMLSQLNoRowsException

All Implemented Interfaces:
java.io.Serializable

public class OracleXMLSQLNoRowsException
extends OracleXMLSQLException

The OracleXMLSQLNoRowsException class represents the runtime exception thrown when no rows are returned by a query when using the XSU.

See Also:
Serialized Form

Constructor Summary
OracleXMLSQLNoRowsException()
          Constructor for the Oracle XMLSQLNoRowsException object
OracleXMLSQLNoRowsException(java.lang.String errorTag)
          Constructor for the Oracle XMLSQLNoRowsException object

 

Method Summary

 

Methods inherited from class oracle.xml.sql.OracleXMLSQLException
getErrorCode, getParentException, getXMLErrorString, getXMLSQLErrorString, setErrorTag

 

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

OracleXMLSQLNoRowsException

public OracleXMLSQLNoRowsException()
Constructor for the Oracle XMLSQLNoRowsException object

OracleXMLSQLNoRowsException

public OracleXMLSQLNoRowsException(java.lang.String errorTag)
Constructor for the Oracle XMLSQLNoRowsException object
Parameters:
errorTag - The name of the error tag

Skip navigation links

Oracle® Database XML Java API Reference
11g Release 1 (11.1)

B28391-01


Copyright © 2003, 2007, Oracle. All rights reserved.