ptolemy.plot
Class CmdLineArgException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byptolemy.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,v 1.34 2005/07/28 18:49:20 cxh Exp $
Author:
Christopher Brooks
See Also:
Serialized Form
Accepted Rating:
Yellow (cxh)
Proposed Rating:
Yellow (cxh)

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