Skip navigation links

Oracle BI Publisher Java API Reference
Release 5.6.3


oracle.apps.xdo
Class XDOSAXException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.apps.xdo.XDOException
              extended byoracle.apps.xdo.XDOSAXException

All Implemented Interfaces:
java.io.Serializable

public class XDOSAXException
extends XDOException
Author:
hinami
See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Constructor Summary
XDOSAXException()
           
XDOSAXException(java.lang.String s)
          Constructs an Exception with the specified detail message.
XDOSAXException(java.lang.Throwable e)
          Constructs an Exception with the cause Throwable object.

 

Methods inherited from class oracle.apps.xdo.XDOException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Constructor Detail

XDOSAXException

public XDOSAXException()

XDOSAXException

public XDOSAXException(java.lang.String s)
Constructs an Exception with the specified detail message.
Parameters:
s - the detail message.

XDOSAXException

public XDOSAXException(java.lang.Throwable e)
Constructs an Exception with the cause Throwable object.
Parameters:
e - the cause Throwable object

Skip navigation links

Oracle BI Publisher Java API Reference
Release 5.6.3


© 2004, 2005, 2006, 2007, Oracle. All rights reserved.