COM.hugin.HAPI
Class ExceptionInsufficientStateRange

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

public class ExceptionInsufficientStateRange
extends ExceptionHugin

An ExceptionInsufficientStateRange exception is thrown if the state range of a numeric node is found to be insufficient for a standard probability distribution. This exception can occur while evaluating an Expression. The log file contains more details on the detected error.

See Also:
Serialized Form

Constructor Summary
ExceptionInsufficientStateRange()
           
ExceptionInsufficientStateRange(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

ExceptionInsufficientStateRange

public ExceptionInsufficientStateRange()

ExceptionInsufficientStateRange

public ExceptionInsufficientStateRange(java.lang.String msg)