|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.m2m.atl.common.ATLExecutionException
org.eclipse.m2m.atl.engine.emfvm.VMException
public class VMException
Exceptions thrown by the VM.
| Constructor Summary | |
|---|---|
VMException(AbstractStackFrame frame,
java.lang.String message)
Creates a VM exception with the given message. |
|
VMException(AbstractStackFrame 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 |
|---|
public VMException(AbstractStackFrame frame,
java.lang.String message)
frame - the frame contextmessage - the message
public VMException(AbstractStackFrame frame,
java.lang.String message,
java.lang.Throwable cause)
frame - the frame contextmessage - the messagecause - the cause| Method Detail |
|---|
public void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.ThrowableThrowable.printStackTrace(java.io.PrintWriter)
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||