COM.hugin.HAPI
Class ExceptionTableTooLarge

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

public class ExceptionTableTooLarge
extends ExceptionHugin

An ExceptionTableTooLarge exception is thrown if the Domain.compress() method detects that the compressed version of some non-clique table is too large. In order to reduce the memory consumed by index arrays in the compressed version of a domain, (compressed) separator potentials and (uncompressed) conditional probability potentials are restricted to at most 65535 (discrete) configurations.

See Also:
Serialized Form

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

ExceptionTableTooLarge

public ExceptionTableTooLarge()

ExceptionTableTooLarge

public ExceptionTableTooLarge(java.lang.String msg)