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
public class EolIllegalOperationParametersException extends EolRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
-
Constructor Summary
Constructors Constructor Description EolIllegalOperationParametersException(String method)
EolIllegalOperationParametersException(String method, String expected, String actual, ModuleElement ast)
EolIllegalOperationParametersException(String method, String expected, ModuleElement ast)
EolIllegalOperationParametersException(String method, ModuleElement ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
void
setReason(String reason)
-
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 Detail
-
EolIllegalOperationParametersException
public EolIllegalOperationParametersException(String method)
-
EolIllegalOperationParametersException
public EolIllegalOperationParametersException(String method, ModuleElement ast)
-
EolIllegalOperationParametersException
public EolIllegalOperationParametersException(String method, String expected, ModuleElement ast)
- 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 Detail
-
getReason
public String getReason()
- Overrides:
getReason
in classEolRuntimeException
-
setReason
public void setReason(String reason)
- Overrides:
setReason
in classEolRuntimeException
-
-