COM.hugin.HAPI
Class ExceptionNoValue

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.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)
           
 
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)