COM.hugin.HAPI
Class ExceptionIllegalBinding

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionIllegalBinding
All Implemented Interfaces:
java.io.Serializable

public class ExceptionIllegalBinding
extends ExceptionHugin

An ExceptionIllegalBinding exception is thrown if an actual input node is found to be incompatible with the formal input node, or multiple occurrences of the same parent are detected. These checks are performed when a Domain is created from an OOBN model (that is, a Class).

See Also:
Serialized Form

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

ExceptionIllegalBinding

public ExceptionIllegalBinding()

ExceptionIllegalBinding

public ExceptionIllegalBinding(java.lang.String msg)