|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ddtek.xmlconverter.ConversionStatus
public abstract class ConversionStatus
A class which contains status information for a Conversion.
| Field Summary | |
|---|---|
static int |
FAILED
A status value indicating the conversion has failed or was cancelled. |
static int |
FINISHED
A status value indicating the conversion finished successfully. |
static int |
RUNNING
A status value indicating the conversion is still running. |
| Constructor Summary | |
|---|---|
ConversionStatus()
|
|
| Method Summary | |
|---|---|
abstract Throwable |
getException()
Get the Throwable which was thrown if the conversion failed or was cancelled. |
abstract int |
getStatus()
Gets the current status of the Conversion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int RUNNING
public static int FINISHED
public static int FAILED
| Constructor Detail |
|---|
public ConversionStatus()
| Method Detail |
|---|
public abstract Throwable getException()
Throwable which was thrown if the conversion failed or was cancelled.
public abstract int getStatus()
RUNNING, FINISHED or FAILED
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||