JIDE 3.5.15

com.jidesoft.chart
Class BelowBoundsException

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.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

Constructor Summary
BelowBoundsException()
          Zero-args constructor
BelowBoundsException(double newBound)
           
BelowBoundsException(double newBound, String message)
           
BelowBoundsException(double newBound, String message, Throwable throwable)
           
BelowBoundsException(double newBound, Throwable throwable)
           
 
Method Summary
 double getBound()
           
 void setBound(double bound)
           
 
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

BelowBoundsException

public BelowBoundsException()
Zero-args constructor


BelowBoundsException

public BelowBoundsException(double newBound)

BelowBoundsException

public BelowBoundsException(double newBound,
                            String message,
                            Throwable throwable)
Parameters:
message - the detail message
throwable - 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
Method Detail

getBound

public double getBound()

setBound

public void setBound(double bound)

JIDE 3.5.15