ptolemy.plot
Class PlotDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by ptolemy.plot.PlotDataException
All Implemented Interfaces:
java.io.Serializable

 class PlotDataException
extends java.lang.Throwable

Exception thrown by plot classes if there are format problems with the data to be plotted.

Since:
Ptolemy II 0.2
Version:
$Id: PlotDataException.java 39044 2005-07-28 18:49:33Z cxh $
Author:
Christopher Brooks
Accepted Rating:
Yellow (cxh)
Proposed Rating:
Yellow (cxh)

Constructor Summary
PlotDataException()
           
PlotDataException(java.lang.String s)
           
 
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

PlotDataException

public PlotDataException()

PlotDataException

public PlotDataException(java.lang.String s)