Class MalformedStringException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MalformedStringException
    extends KernelException
    An exception to report a string being malformed.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    See Also:
    Serialized Form
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Yellow (tfeng)
    • Constructor Detail

      • MalformedStringException

        public MalformedStringException​(java.lang.String expression)
        Construct an exception with an expression to be parsed into a rule list.
        Parameters:
        expression - The expression that is malformed.