ptolemy.plot
Class CmdLineArgException

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

public class CmdLineArgException
extends java.lang.Exception

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

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

Constructor Summary
CmdLineArgException()
           
CmdLineArgException(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

CmdLineArgException

public CmdLineArgException()

CmdLineArgException

public CmdLineArgException(java.lang.String s)