org.eclipse.epsilon.eol.exceptions
Class EolIllegalPropertyAssignmentException

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.eol.exceptions.EolIllegalPropertyAssignmentException
All Implemented Interfaces:
java.io.Serializable

public class EolIllegalPropertyAssignmentException
extends EolRuntimeException

See Also:
Serialized Form

Field Summary
 java.lang.String property
           
 
Constructor Summary
EolIllegalPropertyAssignmentException(java.lang.String property, AST ast)
           
 
Method Summary
 java.lang.String getReason()
           
 
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
getAst, getColumn, getLine, getMessage, 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
 

Field Detail

property

public java.lang.String property
Constructor Detail

EolIllegalPropertyAssignmentException

public EolIllegalPropertyAssignmentException(java.lang.String property,
                                             AST ast)
Method Detail

getReason

public java.lang.String getReason()
Overrides:
getReason in class EolRuntimeException