Package org.eclipse.m2m.atl.emftvm.util
Class VMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.emftvm.util.VMException
- All Implemented Interfaces:
Serializable
EMFTVM runtime exception class.
- See Also:
-
Constructor Summary
ConstructorDescriptionVMException
(StackFrame frame) Creates a newVMException
.VMException
(StackFrame frame, String message) Creates a newVMException
.VMException
(StackFrame frame, String message, Throwable cause) Creates a newVMException
.VMException
(StackFrame frame, Throwable cause) Creates a newVMException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
VMException
Creates a newVMException
.- Parameters:
frame
- the currentStackFrame
-
VMException
Creates a newVMException
.- Parameters:
frame
- the currentStackFrame
message
- the error message
-
VMException
Creates a newVMException
.- Parameters:
frame
- the currentStackFrame
cause
- the nested exception
-
VMException
Creates a newVMException
.- Parameters:
frame
- the currentStackFrame
message
- the error messagecause
- the nested exception
-
-
Method Details
-
getFrame
Returns the currentStackFrame
.- Returns:
- the frame
-
toString
-