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:
- java.io.Serializable
public class VMException
- extends ATLExecutionException
Exceptions thrown by the VM.
- See Also:
- Serialized Form
Constructor Summary |
VMException(StackFrame frame,
java.lang.String message,
java.lang.Throwable cause)
Creates a VM exception with the given message and cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VMException
public VMException(StackFrame frame,
java.lang.String message,
java.lang.Throwable cause)
- Creates a VM exception with the given message and cause.
- Parameters:
frame
- the frame contextmessage
- the message
printStackTrace
public void printStackTrace(java.io.PrintStream s)
-
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace(java.io.PrintStream)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
-
- Overrides:
printStackTrace
in class java.lang.Throwable
- See Also:
Throwable.printStackTrace(java.io.PrintWriter)