Exception |
Description |
EntityAlreadyExists
|
An exception that represents a situation when something already exists, but it should not.
|
EntityDoesNotExist
|
An exception that represents a situation when something does not exist, but it should.
|
FlowPDFException
|
Base class for the FlowPDF-Groovy exceptions |
MissingFunctionArgument
|
An exception that represents a situation when function didn't receive a mandatory parameter. |
MissingFunctionDefinition
|
An exception that represents a situation when some class does not have some function defined, but should. |
UnexpectedEmptyValue
|
An exception that represents a situation when unexpected empty value has appeared. |
UnexpectedMissingValue
|
An exception that represents a situation when a required or mandatory value is missing. |
WrongFunctionArgumentType
|
An exception that represents a situation when function received an argument of a type that is not suitable. |
WrongFunctionArgumentValue
|
An exception that represents a situation when function received an argument that has a wrong value. |