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


oracle.dss.util
Class LayerOutOfRangeException

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

public class LayerOutOfRangeException
extends DataException

Indicates that a layer parameter was out of range. Methods in the DataDirector and DataAccess interfaces throw this exception.

See Also:
DataDirector, DataAccess, Serialized Form

Constructor Summary
LayerOutOfRangeException(int layer, int bound)
          Constructor to use to display a standard message.
LayerOutOfRangeException(int layer, int bound, java.lang.Exception e)
          Constructor for an exception that passes on an underlying exception and that displays a standard error message.
LayerOutOfRangeException(java.lang.String s)
          Constructor to use to display a customized message.
LayerOutOfRangeException(java.lang.String s, java.lang.Exception e)
          Constructor for an exception that passes on an underlying exception and that displays a customized error 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

LayerOutOfRangeException

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

LayerOutOfRangeException

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

LayerOutOfRangeException

public LayerOutOfRangeException(int layer,
                                int bound,
                                java.lang.Exception e)
Constructor for an exception that passes on an underlying exception and that displays a standard error message.
Parameters:
layer - The layer that was out of bounds.
bound - The boundary that the layer exceeded.
e - The underlying exception.

LayerOutOfRangeException

public LayerOutOfRangeException(java.lang.String s,
                                java.lang.Exception e)
Constructor for an exception that passes on an underlying exception and that displays a customized error message.
Parameters:
s - The customized message.
e - The underlying exception.

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


Copyright © 2003, Oracle. All Rights Reserved.