| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.dss.util.BIBaseException
oracle.dss.util.DataException
oracle.dss.util.LayerOutOfRangeException
public class LayerOutOfRangeException
Indicates that a layer parameter was out of range.
 Methods in the BaseDataDirector and BaseDataAccess
 interfaces throw this exception.
BaseDataDirector, 
BaseDataAccess, 
Serialized Form| Field Summary | 
|---|
| Fields inherited from class oracle.dss.util.DataException | 
|---|
| m_Resources | 
| Fields inherited from class oracle.dss.util.BIBaseException | 
|---|
| m_support | 
| 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. | |
| Method Summary | 
|---|
| Methods inherited from class oracle.dss.util.BIBaseException | 
|---|
| elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTraceSuper, size, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public LayerOutOfRangeException(int layer,
                                int bound)
layer - The layer that was out of bounds.bound - The boundary that the layer exceeded.public LayerOutOfRangeException(java.lang.String s)
s - The customized message.
public LayerOutOfRangeException(int layer,
                                int bound,
                                java.lang.Exception e)
layer - The layer that was out of bounds.bound - The boundary that the layer exceeded.e - The underlying exception.
public LayerOutOfRangeException(java.lang.String s,
                                java.lang.Exception e)
s - The customized message.e - The underlying exception.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||