|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.BasicDiagnostic
org.eclipse.m2m.qvt.oml.ExecutionDiagnostic
public final class ExecutionDiagnostic
A diagnostic class representing the result status of a transformation execution.
Field Summary | |
---|---|
static int |
EXCEPTION_THROWN
|
static int |
FATAL_ASSERTION
The execution was terminated by failed QVT assertion. |
static int |
MODEL_PARAMETER_MISMATCH
|
static java.lang.String |
SOURCE
|
static int |
TRANSFORMATION_LOAD_FAILED
|
static int |
USER_INTERRUPTED
The execution received user interruption request |
static int |
VALIDATION
|
Fields inherited from class org.eclipse.emf.common.util.BasicDiagnostic |
---|
children, code, data, message, severity, source |
Fields inherited from interface org.eclipse.emf.common.util.Diagnostic |
---|
CANCEL, CANCEL_INSTANCE, ERROR, INFO, OK, WARNING |
Method Summary | |
---|---|
java.util.List<ExecutionStackTraceElement> |
getStackTrace()
Gets the stack trace that resulted from interrupted execution either by user termination request or exception thrown |
void |
printStackTrace(java.io.PrintWriter writer)
Prints the execution stack-trace (if available) of this diagnostic to the specified print writer. |
Methods inherited from class org.eclipse.emf.common.util.BasicDiagnostic |
---|
add, addAll, dataAsList, getChildren, getCode, getData, getException, getMessage, getSeverity, getSource, merge, recomputeSeverity, setCode, setSeverity, setSource, toDiagnostic, toDiagnostic, toIStatus, toIStatus, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int FATAL_ASSERTION
public static final int USER_INTERRUPTED
public static final int EXCEPTION_THROWN
public static final int VALIDATION
public static final int MODEL_PARAMETER_MISMATCH
public static final int TRANSFORMATION_LOAD_FAILED
public static final java.lang.String SOURCE
Method Detail |
---|
public java.util.List<ExecutionStackTraceElement> getStackTrace()
public void printStackTrace(java.io.PrintWriter writer)
writer
- PrintWriter
to use for output
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |