|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionDiagnostic
A diagnostic interface 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 ExecutionDiagnostic |
OK_INSTANCE
|
static java.lang.String |
SOURCE
|
static int |
TRANSFORMATION_LOAD_FAILED
|
static int |
USER_INTERRUPTED
The execution received user interruption request |
static int |
VALIDATION
|
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. |
Field Detail |
---|
static final int FATAL_ASSERTION
static final int USER_INTERRUPTED
static final int EXCEPTION_THROWN
static final int VALIDATION
static final int MODEL_PARAMETER_MISMATCH
static final int TRANSFORMATION_LOAD_FAILED
static final java.lang.String SOURCE
static final ExecutionDiagnostic OK_INSTANCE
Method Detail |
---|
java.util.List<ExecutionStackTraceElement> getStackTrace()
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 |