Venice 0.8alpha

nz.org.venice.chart
Class ChartOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by nz.org.venice.chart.ChartOutOfBoundsException
All Implemented Interfaces:
java.io.Serializable

public class ChartOutOfBoundsException
extends java.lang.Throwable

An exception which is raised when the chart is zoomed in where there is no graph data.

Author:
Mark Hummel
See Also:
Serialized Form

Constructor Summary
ChartOutOfBoundsException()
           
ChartOutOfBoundsException(int reason)
          Create a new money format exception.
 
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

ChartOutOfBoundsException

public ChartOutOfBoundsException(int reason)
Create a new money format exception.

Parameters:
reason - for the exception.

ChartOutOfBoundsException

public ChartOutOfBoundsException()

Venice 0.8alpha