ptolemy.actor.gt
Class IterativeParameter.ConstraintViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ptolemy.kernel.util.KernelException
              extended by ptolemy.kernel.util.IllegalActionException
                  extended by ptolemy.actor.gt.IterativeParameter.ConstraintViolationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IterativeParameter

public class IterativeParameter.ConstraintViolationException
extends IllegalActionException

The exception to denote that the constraint is violated and no more values are available.

Since:
Ptolemy II 8.0
Version:
$Id: IterativeParameter.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Thomas Huining Feng
See Also:
Serialized Form
Accepted Rating:
Red (tfeng)
Proposed Rating:
Yellow (tfeng)

Constructor Summary
IterativeParameter.ConstraintViolationException()
          Construct an exception.
 
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

IterativeParameter.ConstraintViolationException

IterativeParameter.ConstraintViolationException()
Construct an exception.