COM.hugin.HAPI
Class ExceptionEnumeration

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.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. 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.

See Also:
Serialized Form

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

ExceptionEnumeration

public ExceptionEnumeration()

ExceptionEnumeration

public ExceptionEnumeration(java.lang.String msg)