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


oracle.dss.util
Class SeriesOutOfRangeException

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

public class SeriesOutOfRangeException
extends DataException

Indicates that a series parameter was out of range.

See Also:
Serialized Form

Constructor Summary
SeriesOutOfRangeException(long series, long bound)
          Constructor to use to display a standard message.
SeriesOutOfRangeException(long series, long bound, java.lang.Exception e)
          Constructor for an exception that passes on a previous exception and that identifies the series and the boundary.
SeriesOutOfRangeException(java.lang.String s)
          Constructor to use to display a customized message.
SeriesOutOfRangeException(java.lang.String s, java.lang.Exception e)
          Constructor for an exception that passes on a previous exception and that uses 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

SeriesOutOfRangeException

public SeriesOutOfRangeException(long series,
                                 long bound)
Constructor to use to display a standard message.
Parameters:
series - The series that is out of bounds.
bound - The boundary that the series exceeds.

SeriesOutOfRangeException

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

SeriesOutOfRangeException

public SeriesOutOfRangeException(long series,
                                 long bound,
                                 java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that identifies the series and the boundary.
Parameters:
series - The series that is out of bounds.
bound - The boundary that the series exceeds.
e - The exception that underlies this exception.

SeriesOutOfRangeException

public SeriesOutOfRangeException(java.lang.String s,
                                 java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that uses a customized message.
Parameters:
s - The customized message.
e - The exception that underlies this exception.

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


Copyright © 2003, Oracle. All Rights Reserved.