ptolemy.plot
Class CmdLineArgException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ptolemy.plot.CmdLineArgException

public class CmdLineArgException
extends java.lang.Exception

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

Version:
$Id: CmdLineArgException.java,v 1.18 1999/08/08 13:28:38 eal Exp $
Author:
Christopher Hylands
See Also:
Serialized Form

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

CmdLineArgException

public CmdLineArgException()

CmdLineArgException

public CmdLineArgException(java.lang.String s)