Class EolNotAnEnumerationValueException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
 - 
- org.eclipse.epsilon.eol.exceptions.models.EolNotAnEnumerationValueException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class EolNotAnEnumerationValueException extends EolRuntimeException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description EolNotAnEnumerationValueException(java.lang.Object instance) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReason()- 
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getReason
public java.lang.String getReason()
- Overrides:
 getReasonin classEolRuntimeException
 
 - 
 
 -