Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.util.xml
Class BIIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.util.xml.BIXMLException
                          |
                          +--oracle.dss.util.xml.BIIOException
All Implemented Interfaces:
BIException, java.io.Serializable

public class BIIOException
extends BIXMLException

Indicates a problem reading or writing a file. Common causes are unreadable files, missing files, typographical errors in file names, or, in the case of writing files, a fill disk or an attempt to write into a directory to which you do not have write access.

See Also:
Serialized Form

Constructor Summary
BIIOException(java.lang.String msg, java.lang.Exception ex)
          Constructor.

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace

 

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

 

Constructor Detail

BIIOException

public BIIOException(java.lang.String msg,
                     java.lang.Exception ex)
Constructor.
Parameters:
msg - The error message to display.
ex - The IOException that the XML parser has thrown.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.