Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


oracle.xdo
Class XDOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.xdo.XDOException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XDOIOException, XDOSAXException

public class XDOException
extends java.lang.Exception

XDOException is designed as the superclass of all exceptions occurred inside XML Publisher. XDOException also has a capability of containing lower level Throwable to let the application know the reason of exception.

Since:
4.0
Author:
hinami
See Also:
Serialized Form

Constructor Summary
XDOException()
          Constructor
XDOException(java.lang.String message)
          Constructor
XDOException(java.lang.String message, java.lang.Throwable cause)
          Constructor
XDOException(java.lang.Throwable cause)
          Constructor

 

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XDOException

public XDOException()
Constructor
See Also:
Exception.Exception()

XDOException

public XDOException(java.lang.String message)
Constructor
Parameters:
message -
See Also:
Exception.Exception(String)

XDOException

public XDOException(java.lang.String message,
                    java.lang.Throwable cause)
Constructor
Parameters:
message -
cause -
See Also:
Exception.Exception(String, Throwable)

XDOException

public XDOException(java.lang.Throwable cause)
Constructor
Parameters:
cause -
See Also:
Exception.Exception(Throwable)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E17789-01


Copyright © 2010, Oracle. All rights reserved.