public class LayerOutOfRangeException extends DataException
layer parameter was out of range. Methods in the BaseDataDirector and BaseDataAccess interfaces throw this exception.BaseDataDirector, BaseDataAccess, Serialized Formm_Resourcesm_support| Constructor and Description |
|---|
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.
|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString
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.