com.iproject.wbmpcreator
Class ChartDrawException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.iproject.wbmpcreator.ChartDrawException

public class ChartDrawException
extends java.lang.Exception

This class represents errors that can appear during drawing charts.

Since:
1.50

Copyright (c) 2000 WAP Shareware, Inc. Visit WAP Shareware

See Also:
Serialized Form

Constructor Summary
ChartDrawException()
          Constructs a ChartDrawException with null as its error detail message.
ChartDrawException(java.lang.String errorMessage)
          Constructs a ChartDrawException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartDrawException

public ChartDrawException()
Constructs a ChartDrawException with null as its error detail message.

ChartDrawException

public ChartDrawException(java.lang.String errorMessage)
Constructs a ChartDrawException with the specified detail message. The error message string errorMessage can later be retrieved by the java.lang.Throwable getMessage method of class java.lang.Throwable.
Parameters:
errorMessage - the detail message.