COM.hugin.HAPI
Class ExceptionInvalidStateValues

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.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)
           
 
Method Summary
 
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)