Class EolModelNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.eol.exceptions.models.EolModelNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EolModelNotFoundException extends EolRuntimeException
- 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 EolModelNotFoundException(String modelName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
-
Methods inherited from class org.eclipse.epsilon.eol.exceptions.EolRuntimeException
findCause, getAst, getColumn, getLine, getMessage, propagate, propagateDetailed, setAst, setMessage, setReason, toString, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
EolModelNotFoundException
public EolModelNotFoundException(String modelName)
-
-
Method Detail
-
getReason
public String getReason()
- Overrides:
getReason
in classEolRuntimeException
-
-