COM.hugin.HAPI
Class ExceptionCaseStateTooLarge

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

public class ExceptionCaseStateTooLarge
extends ExceptionHugin

An ExceptionCaseStateTooLarge exception is thrown when a state index larger than 32767 is passed to the DiscreteNode.setCaseState method. Case data is restricted to 2-byte values in order to reduce memory consumption.

See Also:
Serialized Form

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

ExceptionCaseStateTooLarge

public ExceptionCaseStateTooLarge()

ExceptionCaseStateTooLarge

public ExceptionCaseStateTooLarge(java.lang.String msg)