Class ConservativeCopyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.flock.execute.exceptions.FlockRuntimeException
-
- org.eclipse.epsilon.flock.execute.exceptions.ConservativeCopyException
-
- All Implemented Interfaces:
Serializable
public class ConservativeCopyException extends FlockRuntimeException
- 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 ConservativeCopyException(String message, Throwable cause)
ConservativeCopyException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.eclipse.epsilon.flock.execute.exceptions.FlockRuntimeException
toString
-
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
-
-