COM.hugin.HAPI
Class ExceptionInvalidStateValues

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionInvalidStateValues
All Implemented Interfaces:
java.io.Serializable

public class ExceptionInvalidStateValues
extends ExceptionHugin

An ExceptionInvalidStateValues exception is thrown if the state values of a numeric node do not form an increasing sequence. This check is performed as part of Expression evaluation.

See Also:
Serialized Form

Constructor Summary
ExceptionInvalidStateValues()
           
ExceptionInvalidStateValues(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionInvalidStateValues

public ExceptionInvalidStateValues()

ExceptionInvalidStateValues

public ExceptionInvalidStateValues(java.lang.String msg)