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


oracle.dss.datautil.client
Class IllegalArgException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.datautil.client.DataUtilException
                          |
                          +--oracle.dss.datautil.client.IllegalArgException
All Implemented Interfaces:
BIException, java.io.Serializable

public class IllegalArgException
extends DataUtilException

Thrown if the caller passes in a bad argument to the DataUtil API.

See Also:
Serialized Form

Method Summary
 int getIllegalArgNumber()
          Retrieves the illegal argument number.
 java.lang.Object getIllegalArgValue()
          Retrieves the illegal argument value.

 

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

 

Method Detail

getIllegalArgNumber

public int getIllegalArgNumber()
Retrieves the illegal argument number.
Returns:
The illegal argument number.

getIllegalArgValue

public java.lang.Object getIllegalArgValue()
Retrieves the illegal argument value.
Returns:
The illegal argument value.

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


Copyright © 2003, Oracle. All Rights Reserved.