com.jrefinery.chart
Class PlotException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jrefinery.chart.PlotException
All Implemented Interfaces:
java.io.Serializable

public class PlotException
extends java.lang.Exception

A general purpose exception class for plots.

Author:
DG
See Also:
Serialized Form

Constructor Summary
PlotException(java.lang.String message)
          Constructs a new plot exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlotException

public PlotException(java.lang.String message)
Constructs a new plot exception.
Parameters:
message - a message describing the exception.