Class EolIllegalOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.EolIllegalOperationException
-
- All Implemented Interfaces:
Serializable
public class EolIllegalOperationException extends EolRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
methodName
protected Object
object
protected PrettyPrinterManager
prettyPrintManager
-
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
-
Constructor Summary
Constructors Constructor Description EolIllegalOperationException(Object object, String methodName, ModuleElement ast, PrettyPrinterManager prettyPrintManger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMethodName()
Object
getObject()
String
getReason()
void
setMethodName(String methodName)
void
setObject(Object object)
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
methodName
protected String methodName
-
object
protected Object object
-
prettyPrintManager
protected PrettyPrinterManager prettyPrintManager
-
-
Constructor Detail
-
EolIllegalOperationException
public EolIllegalOperationException(Object object, String methodName, ModuleElement ast, PrettyPrinterManager prettyPrintManger)
-
-