com.davisor.graphics.chart
Class ChartException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.davisor.graphics.chart.ChartException
All Implemented Interfaces:
java.io.Serializable

public class ChartException
extends java.lang.Exception

ChartException is thrown when something goes wrong with chart generation.

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
ChartException()
          Creates a new exception with no message.
ChartException(java.lang.String message)
          Creates a new exception with a detail message.
 
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

ChartException

public ChartException()
Creates a new exception with no message.


ChartException

public ChartException(java.lang.String message)
Creates a new exception with a detail message.

Parameters:
message - detail message


Copyright © 2001-2004 Davisor Oy. All Rights Reserved.