Class EolNestedParallelismException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.concurrent.EolNestedParallelismException
-
- All Implemented Interfaces:
java.io.Serializable
public class EolNestedParallelismException extends EolRuntimeException
- Since:
- 1.6
- Author:
- Sina Madani
- 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 EolNestedParallelismException()
EolNestedParallelismException(java.lang.String message)
EolNestedParallelismException(ModuleElement ast)
-
Method Summary
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, getReason, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
-
-
-
-
Constructor Detail
-
EolNestedParallelismException
public EolNestedParallelismException()
-
EolNestedParallelismException
public EolNestedParallelismException(java.lang.String message)
-
EolNestedParallelismException
public EolNestedParallelismException(ModuleElement ast)
-
-