Class IllegalExtensionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.common.dt.extensions.IllegalExtensionException
-
- All Implemented Interfaces:
Serializable
public class IllegalExtensionException extends EolRuntimeException
Exception for illegal extensions for EUnit listeners.- Version:
- 1.0
- Author:
- Antonio Garcia-Dominguez
- 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 IllegalExtensionException(String message)
IllegalExtensionException(String message, ModuleElement ast)
IllegalExtensionException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, getReason, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IllegalExtensionException
public IllegalExtensionException(String message)
-
IllegalExtensionException
public IllegalExtensionException(String message, ModuleElement ast)
-
IllegalExtensionException
public IllegalExtensionException(Throwable cause)
-
-