|
Oracle® XML Java API Reference 10g Release 1 (10.1) B12024-02 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--oracle.xml.sql.OracleXMLSQLException | +--oracle.xml.sql.OracleXMLSQLNoRowsException
The OracleXMLSQLNoRowsException
class represents the runtime exception thrown when no rows are returned by a query when using the XSU.
Constructor Summary | |
OracleXMLSQLNoRowsException() Constructor for the Oracle XMLSQLNoRowsException object | |
OracleXMLSQLNoRowsException(java.lang.String errorTag) Constructor for the Oracle XMLSQLNoRowsException object |
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 |
public OracleXMLSQLNoRowsException()
public OracleXMLSQLNoRowsException(java.lang.String errorTag)
errorTag
- The name of the error tag
|
Oracle® XML Java API Reference 10g Release 1 (10.1) B12024-02 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |