Package org.salespointframework.core.exceptions

Interface Summary
ProcessErrorCodes A collection of predefined process error codes.
 

Exception Summary
CancelledException Exception thrown when some action was cancelled by the user.
CatalogConflictException An exception thrown when a catalog conflict was detected.
DataBasketConflictException Exception thrown to indicate some operation cannot be performed succesfully because of the isolation rules associated with DataBaskets and the container.
DuplicateButtonIDError Exception thrown by a FormSheet when trying to add a button with an ID that is already being used in the FormSheet.
DuplicateKeyException Exception thrown when an attempt was made to add an item with a key that already existed in a container.
DuplicateUserException An exception thrown if you try to create a user with a name that is already being used.
InvalidDisplayException Exception thrown by all methods in NullDisplay to indicate that this is not a valid display.
NameContextException Exception thrown by Nameable.setName(java.lang.String, org.salespointframework.core.data.interfaces.DataBasket) if a new name does not comply with NameContext rules.
NotEnoughElementsException Exception thrown by Stock if you attempt to remove more elements than there are actually available.
NotEnoughMoneyException Exception thrown when an error occurs on transferring money from one MoneyBag to another.
NotImplementedException Exception class used to indicate missing functionality
UnknownUserException An exception thrown if you try to log on an unknown user.