org.eclipse.m2m.atl.engine.emfvm.lib
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.engine.emfvm.lib.VMException
All Implemented Interfaces:
java.io.Serializable

public class VMException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
VMException(StackFrame frame, java.lang.Exception cause)
           
VMException(StackFrame frame, java.lang.String message)
           
 
Method Summary
 void printStackTrace(java.io.PrintStream s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, 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)

VMException

public VMException(StackFrame frame,
                   java.lang.Exception cause)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

Copyright 2007 IBM Corporation and others.
All Rights Reserved.