Skip navigation links

Oracle BI Publisher Java API Reference
Release 10.1.3.4


oracle.apps.xdo
Class XDOSAXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.apps.xdo.XDOException
              extended by oracle.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.

 

Method Summary

 

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 10.1.3.4


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