COM.hugin.HAPI
Class ExceptionCaseStateTooLarge

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

ExceptionCaseStateTooLarge

public ExceptionCaseStateTooLarge()

ExceptionCaseStateTooLarge

public ExceptionCaseStateTooLarge(java.lang.String msg)