oracle.dss.util
Class EdgeOutOfRangeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dss.util.BIBaseException
|
+--oracle.dss.util.DataException
|
+--oracle.dss.util.EdgeOutOfRangeException
- All Implemented Interfaces:
- BIException, java.io.Serializable
- public class EdgeOutOfRangeException
- extends DataException
Indicates that an edge
parameter was out of range.
- See Also:
- Serialized Form
Constructor Summary |
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. |
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 |
EdgeOutOfRangeException
public EdgeOutOfRangeException(int edge,
int bound)
- Constructor to use to display a standard message.
-
- Parameters:
edge
- The edge that was out of bounds.
bound
- The boundary that the edge exceeded.
EdgeOutOfRangeException
public EdgeOutOfRangeException(java.lang.String s)
- Constructor to use to display a customized message.
-
- Parameters:
s
- The customized message.
EdgeOutOfRangeException
public 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.
-
- Parameters:
slice
- The edge that is out of bounds.
bound
- The boundary that the edge exceeds.
e
- The exception that underlies this exception.
EdgeOutOfRangeException
public 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.
-
- Parameters:
s
- The customized message.
e
- The exception that underlies this exception.
Copyright © 2003, Oracle. All Rights Reserved.