DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_JAVA_THROWS

Object Details
Object Name: USER_JAVA_THROWS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

list of exceptions thrown from methods of classes owned by the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (4000)
name of the class
METHOD_INDEX NUMBER

the index of the method throwing the exception
METHOD_NAME VARCHAR2 (4000)
the name of the method throwing the exception
EXCEPTION_INDEX NUMBER

the index of the exception
EXCEPTION_CLASS VARCHAR2 (4000)
the class of the exception
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT NAME
,      METHOD_INDEX
,      METHOD_NAME
,      EXCEPTION_INDEX
,      EXCEPTION_CLASS
FROM SYS.USER_JAVA_THROWS;

Dependencies

[top of page]

SYS.USER_JAVA_THROWS references the following:

SYS.USER_JAVA_THROWS is referenced by following:

SchemaPUBLIC
SynonymUSER_JAVA_THROWS