Class | Description |
---|---|
Document | |
Role | |
Template | |
Transaction | |
Validation |
Enum | Description |
---|---|
Role.Type | |
Template.TemplateFilter | |
Transaction.TransactionFilter | |
Transaction.TransactionType | |
Validation.Type |
Exception | Description |
---|---|
DocumentNotFoundException |
this exception is thrown when the document is not on the expected path.
|
EmailMissingException | |
EmailValidationException |
This exception is thrown when the email format is not valid.
|
FirstNameMissingException |
This exception is thrown when first name is missing.
|
GroupNotFoundException | |
LastNameMissingException |
This exception is thrown when last name is missing.
|
RoleAlreadyAddedException |
This exception is thrown if a role with the same email is already added.
|
RoleDeletionException | |
RoleNotFoundException |
This exception is thrown when a role does not exist on a transaction.
|
TransactionNotFoundException |
This exception is thrown when a transaction with the given id is not found.
|