Class EolNullPointerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.EolNullPointerException
-
- All Implemented Interfaces:
java.io.Serializable
public class EolNullPointerException extends EolRuntimeException
- Since:
- 2.1
- 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 EolNullPointerException(java.lang.String featureName, 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
-
EolNullPointerException
public EolNullPointerException(java.lang.String featureName, ModuleElement ast)
-
-