Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

oracle.reports
Class RWException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by oracle.reports.RWException
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class RWException
extends org.omg.CORBA.UserException

oracle/reports/RWException.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from C:/ADE/formsbld_taobld/zrc/src/idl/jasmine.idl Thursday, April 16, 2009 8:41:38 PM CDT

See Also:
Serialized Form

Field Summary
 RWError[] errorChain
           
 
Constructor Summary
RWException()
           
RWException(RWError[] _errorChain)
           
RWException(java.lang.String $reason, RWError[] _errorChain)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorChain

public RWError[] errorChain
Constructor Detail

RWException

public RWException()

RWException

public RWException(RWError[] _errorChain)

RWException

public RWException(java.lang.String $reason,
                   RWError[] _errorChain)

Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.