Class MatlabRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.epsilon.eol.exceptions.EolRuntimeException
-
- org.eclipse.epsilon.emc.simulink.exception.MatlabRuntimeException
-
- All Implemented Interfaces:
Serializable
public class MatlabRuntimeException 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 MatlabRuntimeException()
MatlabRuntimeException(String reason)
MatlabRuntimeException(String reason, Throwable cause)
MatlabRuntimeException(MatlabException ex)
-
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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
MatlabRuntimeException
public MatlabRuntimeException()
-
MatlabRuntimeException
public MatlabRuntimeException(String reason)
-
MatlabRuntimeException
public MatlabRuntimeException(MatlabException ex)
-
-