Package ptolemy.plot
Class CmdLineArgException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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$
- Author:
- Christopher Brooks
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Yellow (cxh)
- Pt.ProposedRating:
- Yellow (cxh)
-
-
Constructor Summary
Constructors Constructor Description CmdLineArgException()
Construct a command line argument exception.CmdLineArgException(java.lang.String detail)
Construct a command line argument exception.
-