com.jidesoft.chart
Class BelowBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jidesoft.chart.ChartException
com.jidesoft.chart.ChartBoundsException
com.jidesoft.chart.BelowBoundsException
- All Implemented Interfaces:
- Serializable
public class BelowBoundsException
- extends ChartBoundsException
This exception may be thrown when a value is outside of the expected range.
For numeric ranges the value would be less than the minimum allowed value; for other ranges the meaning
is the same with an appropriately understood meaning of 'less than'.
- See Also:
ChartBoundsException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BelowBoundsException
public BelowBoundsException()
- Zero-args constructor
BelowBoundsException
public BelowBoundsException(double newBound)
BelowBoundsException
public BelowBoundsException(double newBound,
String message,
Throwable throwable)
- Parameters:
message
- the detail messagethrowable
- the cause
BelowBoundsException
public BelowBoundsException(double newBound,
String message)
- Parameters:
message
- the detail message
BelowBoundsException
public BelowBoundsException(double newBound,
Throwable throwable)
- Parameters:
throwable
- the cause of the Exception
getBound
public double getBound()
setBound
public void setBound(double bound)