COM.hugin.HAPI
Class ExceptionInvalidExpression

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

public class ExceptionInvalidExpression
extends ExceptionHugin

An ExceptionInvalidExpression exception is thrown if the table generator detects an invalid Expression. There can be several reasons for this exception: the types of the node and the expression do not match, an operator is applied to the wrong number or wrong types of arguments, etc. The log file usually contains more details on the detected error.

See Also:
Serialized Form

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

ExceptionInvalidExpression

public ExceptionInvalidExpression()

ExceptionInvalidExpression

public ExceptionInvalidExpression(java.lang.String msg)