JIDE 3.5.15

com.jidesoft.chart
Class ChartBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jidesoft.chart.ChartException
              extended by 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

Constructor Summary
ChartBoundsException()
           
ChartBoundsException(String message)
           
ChartBoundsException(String message, Throwable throwable)
           
ChartBoundsException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartBoundsException

public ChartBoundsException()

ChartBoundsException

public ChartBoundsException(String message)

ChartBoundsException

public ChartBoundsException(Throwable throwable)

ChartBoundsException

public ChartBoundsException(String message,
                            Throwable throwable)

JIDE 3.5.15