| java.lang.Object uk.org.ponder.errorutil.ThreadErrorState
ThreadErrorState | public class ThreadErrorState (Code) | | author: Antranig Basman (antranig@caret.cam.ac.uk) |
Field Summary | |
public static IDGenerator | idgenerator An ID generator used to assign ids to error messages, for easy
location in logs. |
idgenerator | public static IDGenerator idgenerator(Code) | | An ID generator used to assign ids to error messages, for easy
location in logs.
|
beginRequest | public static void beginRequest()(Code) | | |
endRequest | public static void endRequest()(Code) | | |
isError | public static boolean isError()(Code) | | Determines whether any errors have occured during the processing of
the current request.
|
|
|