public class SeriesOutOfRangeException extends DataException
series
parameter was out of range.m_Resources
m_support
Constructor and Description |
---|
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.
|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toString
public SeriesOutOfRangeException(long series, long bound)
series
- The series that is out of bounds.bound
- The boundary that the series exceeds.public SeriesOutOfRangeException(java.lang.String s)
s
- The customized message.public SeriesOutOfRangeException(long series, long bound, java.lang.Exception e)
series
- The series that is out of bounds.bound
- The boundary that the series exceeds.e
- The exception that underlies this exception.public SeriesOutOfRangeException(java.lang.String s, java.lang.Exception e)
s
- The customized message.e
- The exception that underlies this exception.