Package ptolemy.plot

Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()
        Construct a command line argument exception.
      • CmdLineArgException

        public CmdLineArgException​(java.lang.String detail)
        Construct a command line argument exception.
        Parameters:
        detail - The description of the exception.