ptolemy.actor.gt
Class MalformedStringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ptolemy.kernel.util.KernelException
              extended by ptolemy.actor.gt.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: MalformedStringException.java 57040 2010-01-27 20:52:32Z cxh $
Author:
Thomas Huining Feng
See Also:
Serialized Form
Accepted Rating:
Red (tfeng)
Proposed Rating:
Yellow (tfeng)

Constructor Summary
MalformedStringException(java.lang.String expression)
          Construct an exception with an expression to be parsed into a rule list.
 
Method Summary
 
Methods inherited from class ptolemy.kernel.util.KernelException
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.