|
||||||||
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.ExceptionCaseStateTooLarge
public class ExceptionCaseStateTooLarge
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.
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 |
---|
public ExceptionCaseStateTooLarge()
public ExceptionCaseStateTooLarge(java.lang.String msg)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |