com.jidesoft.chart
Class AboveBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jidesoft.chart.ChartException
com.jidesoft.chart.ChartBoundsException
com.jidesoft.chart.AboveBoundsException
- All Implemented Interfaces:
- Serializable
public class AboveBoundsException
- extends ChartBoundsException
This exception may be thrown when a value is outside of the expected range.
For numeric ranges the value would be greater than the maximum allowed value; for other ranges the meaning
is the same with an appropriately understood meaning of 'greater than'.
- Author:
- Simon White (swhite@catalysoft.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AboveBoundsException
public AboveBoundsException()
AboveBoundsException
public AboveBoundsException(double bound)
AboveBoundsException
public AboveBoundsException(double bound,
String message)
AboveBoundsException
public AboveBoundsException(double bound,
Throwable throwable)
AboveBoundsException
public AboveBoundsException(double newBound,
String message,
Throwable throwable)
getBound
public double getBound()