com.jidesoft.chart
Class ChartBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jidesoft.chart.ChartException
com.jidesoft.chart.ChartBoundsException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AboveBoundsException, BelowBoundsException
public class ChartBoundsException
- extends ChartException
An exception that may be thrown when a value is outside of the expected range of values
- See Also:
AboveBoundsException
,
BelowBoundsException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChartBoundsException
public ChartBoundsException()
ChartBoundsException
public ChartBoundsException(String message)
ChartBoundsException
public ChartBoundsException(Throwable throwable)
ChartBoundsException
public ChartBoundsException(String message,
Throwable throwable)