water.exec
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by water.exec.PositionedException
              extended by water.exec.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends PositionedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class water.exec.PositionedException
_pos
 
Constructor Summary
EvaluationException(int pos, java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class water.exec.PositionedException
report, reportHTML
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(int pos,
                           java.lang.String msg)