|
|||||||||
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.ExceptionEnumeration
An ExceptionEnumeration exception is thrown when an invalid
elimination sequence is passed to the Domain.triangulate(NodeList)
method.
Possible causes: The sequence contains a utility node, a node
appears twice, the nodes are "out-of-order" (continuous nodes must
precede discrete nodes), or the sequence is incomplete.
Constructor Summary | |
ExceptionEnumeration()
|
|
ExceptionEnumeration(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 ExceptionEnumeration()
public ExceptionEnumeration(java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |