JIDE 3.5.15

com.jidesoft.chart
Class AboveBoundsException

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
                  extended by 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

Constructor Summary
AboveBoundsException()
           
AboveBoundsException(double bound)
           
AboveBoundsException(double bound, String message)
           
AboveBoundsException(double newBound, String message, Throwable throwable)
           
AboveBoundsException(double bound, Throwable throwable)
           
 
Method Summary
 double getBound()
           
 
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

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)
Method Detail

getBound

public double getBound()

JIDE 3.5.15