Interface ReservedTables
-
public interface ReservedTablesReserved Punch streams.- _PPF_ERRORS : punch bolt exceptions generate an error document emitted on this table
- Author:
- dimi
-
-
Field Summary
Fields Modifier and Type Field Description static String_PPF_ERRORSPunch exceptions are caught and emitted on this error streamstatic String_PPF_SUCCESSESUsed in the archive reader only.static StringPREFIXDefine the prefix used in any IReservedStreams
-
-
-
Field Detail
-
PREFIX
static final String PREFIX
Define the prefix used in any IReservedStreams- See Also:
- Constant Field Values
-
_PPF_ERRORS
static final String _PPF_ERRORS
Punch exceptions are caught and emitted on this error stream- See Also:
- Constant Field Values
-
_PPF_SUCCESSES
static final String _PPF_SUCCESSES
Used in the archive reader only.- See Also:
- Constant Field Values
-
-