org.eclipse.epsilon.evl.execute.exceptions
Class EvlInvalidAssumptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.epsilon.eol.exceptions.EolRuntimeException
              extended by org.eclipse.epsilon.evl.execute.exceptions.EvlInvalidAssumptionException
All Implemented Interfaces:
java.io.Serializable

public class EvlInvalidAssumptionException
extends EolRuntimeException

See Also:
Serialized Form

Constructor Summary
EvlInvalidAssumptionException()
           
 
Method Summary
 
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
getAst, getColumn, getLine, getMessage, getReason, propagate, setAst, setReason, toString, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvlInvalidAssumptionException

public EvlInvalidAssumptionException()