org.jfree.chart.plot
Class PlotException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jfree.chart.plot.PlotException
All Implemented Interfaces:
java.io.Serializable

public class PlotException
extends java.lang.Exception

A general purpose exception class for plots.

Author:
David Gilbert
See Also:
Serialized Form

Constructor Summary
PlotException(java.lang.String message)
          Constructs a new plot exception.
 
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

PlotException

public PlotException(java.lang.String message)
Constructs a new plot exception.

Parameters:
message - a message describing the exception.