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


oracle.dss.util
Class ColumnOutOfRangeException

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

public class ColumnOutOfRangeException
extends DataException

Indicates that a column parameter was out of range.

See Also:
Serialized Form

Constructor Summary
ColumnOutOfRangeException(long column, long bound)
          Constructor to use to display a standard message.
ColumnOutOfRangeException(long column, long bound, java.lang.Exception e)
          Constructor to use to display a standard message.
ColumnOutOfRangeException(java.lang.String s)
          Constructor to use to display a customized message.
ColumnOutOfRangeException(java.lang.String s, java.lang.Exception e)
          Constructor to use to display a customized message.

 

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

ColumnOutOfRangeException

public ColumnOutOfRangeException(long column,
                                 long bound)
Constructor to use to display a standard message.
Parameters:
column - The column that was out of bounds.
bound - The boundary that the column exceeded.

ColumnOutOfRangeException

public ColumnOutOfRangeException(java.lang.String s)
Constructor to use to display a customized message.
Parameters:
s - The customized message.

ColumnOutOfRangeException

public ColumnOutOfRangeException(long column,
                                 long bound,
                                 java.lang.Exception e)
Constructor to use to display a standard message.
Parameters:
column - The column that was out of bounds.
bound - The boundary that the column exceeded.
e - exception to carry forward

ColumnOutOfRangeException

public ColumnOutOfRangeException(java.lang.String s,
                                 java.lang.Exception e)
Constructor to use to display a customized message.
Parameters:
s - The customized message.
e - exception to carry forward

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


Copyright © 2003, Oracle. All Rights Reserved.