public class AlreadyProcessedException extends WindwardException
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETE_ALREADY_CALLED
You need to call processComplete exactly once.
|
static int |
COMPLETE_NOT_CALLED
You need to call processComplete first.
|
static int |
NOT_BATCH_MODE
You can only apply batch to an object after calling setup.
|
static int |
NOT_COPY_MODE
You can only copy an object after calling setup and before calling complete
|
static int |
NOT_DATA_MODE
You can only apply data to an object after calling setup and before calling complete
|
static int |
NOT_INFO_MODE
You can only get info on an object after calling setup and before calling complete
|
static int |
SETUP_ALREADY_CALLED
You need to call processSetup exactly once.
|
static int |
SETUP_NOT_CALLED
You need to call processSetup first.
|
Constructor and Description |
---|
AlreadyProcessedException(int prob) |
AlreadyProcessedException(java.lang.String message,
int prob) |
getDocPos, getFullTag, setDocPos, setFullTag
public static final int SETUP_ALREADY_CALLED
public static final int NOT_COPY_MODE
public static final int NOT_INFO_MODE
public static final int NOT_DATA_MODE
public static final int SETUP_NOT_CALLED
public static final int COMPLETE_ALREADY_CALLED
public static final int COMPLETE_NOT_CALLED
public static final int NOT_BATCH_MODE
Copyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software