public class EdgeOutOfRangeException extends DataException
edge parameter was out of range.m_Resourcesm_support| Constructor and Description |
|---|
EdgeOutOfRangeException(int edge, int bound)
Constructor to use to display a standard message.
|
EdgeOutOfRangeException(int edge, int bound, java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that identifies the slice and the boundary.
|
EdgeOutOfRangeException(java.lang.String s)
Constructor to use to display a customized message.
|
EdgeOutOfRangeException(java.lang.String s, java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that uses a customized message.
|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString
public EdgeOutOfRangeException(int edge,
int bound)
edge - The edge that was out of bounds.bound - The boundary that the edge exceeded.public EdgeOutOfRangeException(java.lang.String s)
s - The customized message.
public EdgeOutOfRangeException(int edge,
int bound,
java.lang.Exception e)
slice - The edge that is out of bounds.bound - The boundary that the edge exceeds.e - The exception that underlies this exception.
public EdgeOutOfRangeException(java.lang.String s,
java.lang.Exception e)
s - The customized message.e - The exception that underlies this exception.