org.eclipse.m2m.atl.engine.vm
Class VMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.m2m.atl.common.ATLExecutionException
                  extended by 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.
 
Method Summary
 void printStackTrace(java.io.PrintStream s)
          
 void printStackTrace(java.io.PrintWriter s)
          
 
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
 

Constructor Detail

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 context
message - the message
Method Detail

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)

Copyright 2007 IBM Corporation and others.
All Rights Reserved.