net.windward.xmlreport
Class AlreadyProcessedException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.windward.xmlreport.AlreadyProcessedException
- All Implemented Interfaces:
- java.io.Serializable
- public class AlreadyProcessedException
- extends java.lang.Exception
If ProcessReport.process is called twice on the same object, this exception
will be thrown on the second+ calls.
- Version:
- 1.0 January 25, 2003
- See Also:
- Serialized Form
|
Field Summary |
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_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. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SETUP_ALREADY_CALLED
public static final int SETUP_ALREADY_CALLED
- You need to call processSetup exactly once.
NOT_COPY_MODE
public static final int NOT_COPY_MODE
- You can only copy an object after calling setup and before calling complete
NOT_INFO_MODE
public static final int NOT_INFO_MODE
- You can only get info on an object after calling setup and before calling complete
NOT_DATA_MODE
public static final int NOT_DATA_MODE
- You can only apply data to an object after calling setup and before calling complete
SETUP_NOT_CALLED
public static final int SETUP_NOT_CALLED
- You need to call processSetup first.
COMPLETE_ALREADY_CALLED
public static final int COMPLETE_ALREADY_CALLED
- You need to call processComplete exactly once.
COMPLETE_NOT_CALLED
public static final int COMPLETE_NOT_CALLED
- You need to call processComplete first.
AlreadyProcessedException
public AlreadyProcessedException(int prob)
get_Message
public java.lang.String get_Message()
Copyright © 2002 - 2008 Windward Reports - All Rights Reserved. java reporting software