Class FlockRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.epsilon.eol.exceptions.EolRuntimeException
org.eclipse.epsilon.flock.execute.exceptions.FlockRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConservativeCopyException
,FlockUnsupportedModelException
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
ast, context, message, reason
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FlockRuntimeException
(String message) FlockRuntimeException
(String message, Throwable cause) FlockRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, getReason, propagate, propagateDetailed, setAst, setMessage, setReason, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FlockRuntimeException
-
FlockRuntimeException
-
FlockRuntimeException
-
-
Method Details
-
toString
- Overrides:
toString
in classEolRuntimeException
-