- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SkipRecord
public class AccountingParseException
extends java.lang.Exception
An exception that indicates a fatal error in the parse of an AccountingRecord
If such an exception is thrown the parse will move onto the next record in the update.
Care should be taken to ensure that if the same error occurs in multiple update records
the same exception message should be returned. This will allow
the parse to return the message once with a count value and keep the
amount of error reporting to a minimum
- Author:
- spb
- See Also:
- Serialized Form
-
