COM.hugin.HAPI
Class ExceptionNoValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.hugin.HAPI.ExceptionNoValue
All Implemented Interfaces:
java.io.Serializable

public class ExceptionNoValue
extends ExceptionHugin

An ExceptionNoValue exception is thrown when a case state/value is requested, but no value has been specified (or the previously specified value has become invalid). This applies to DiscreteNode.getCaseState and ContinuousChanceNode.getCaseValue.

See Also:
Serialized Form

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

ExceptionNoValue

public ExceptionNoValue()

ExceptionNoValue

public ExceptionNoValue(java.lang.String msg)