|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
COM.hugin.HAPI.ExceptionHugin
COM.hugin.HAPI.ExceptionTableTooLarge
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.
Constructor Summary | |
ExceptionTableTooLarge()
|
|
ExceptionTableTooLarge(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 |
public ExceptionTableTooLarge()
public ExceptionTableTooLarge(java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |