COM.hugin.HAPI
Class ExceptionEnumeration

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

public class ExceptionEnumeration
extends ExceptionHugin

An ExceptionEnumeration exception is thrown when an invalid elimination sequence is passed to the Domain.triangulate(NodeList) method or the Domain.setInitialTriangulation(NodeList) method. Possible causes: It contains a utility or a real-valued function node, a node appears twice, the nodes are "out-of-order" (continuous nodes must precede discrete nodes), or the sequence is incomplete.

See Also:
Serialized Form

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

ExceptionEnumeration

public ExceptionEnumeration()

ExceptionEnumeration

public ExceptionEnumeration(java.lang.String msg)