Package org.eclipse.m2m.atl.engine.vm
Class VMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.common.ATLExecutionException
org.eclipse.m2m.atl.engine.vm.VMException
- All Implemented Interfaces:
Serializable
Exceptions thrown by the VM.
- See Also:
-
Constructor Summary
ConstructorDescriptionVMException
(StackFrame frame, String message, Throwable cause) Creates a VM exception with the given message and cause. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VMException
Creates a VM exception with the given message and cause.- Parameters:
frame
- the frame contextmessage
- the message
-
-
Method Details
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
- See Also:
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
- See Also:
-