Class EolIllegalOperationParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.eol.exceptions.EolIllegalOperationParametersException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
Constructor Summary
ConstructorsConstructorDescriptionEolIllegalOperationParametersException
(String method, String expected, String actual, ModuleElement ast) EolIllegalOperationParametersException
(String method, String expected, ModuleElement ast) EolIllegalOperationParametersException
(String method, ModuleElement ast) -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, propagate, propagateDetailed, setAst, setMessage, toString, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EolIllegalOperationParametersException
-
EolIllegalOperationParametersException
-
EolIllegalOperationParametersException
- Parameters:
method
-expected
-ast
-- Since:
- 1.6
-
EolIllegalOperationParametersException
public EolIllegalOperationParametersException(String method, String expected, String actual, ModuleElement ast) - Parameters:
method
-expected
-actual
-ast
-- Since:
- 1.6
-
-
Method Details
-
getReason
- Overrides:
getReason
in classEolRuntimeException
-
setReason
- Overrides:
setReason
in classEolRuntimeException
-