| org.jaffa.exceptions.FrameworkException org.jaffa.persistence.exceptions.DomainObjectValidationException
DomainObjectValidationException | public class DomainObjectValidationException extends FrameworkException (Code) | | This exception will be thrown if any errors are raised while validating a domain object.
|
DomainObjectValidationException | public DomainObjectValidationException()(Code) | | Creates an exception with the errorCode.
|
DomainObjectValidationException | public DomainObjectValidationException(Object[] arguments)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. |
DomainObjectValidationException | public DomainObjectValidationException(Object[] arguments, Throwable cause)(Code) | | Creates an exception with the errorCode and a cause.
Parameters: arguments - the arguments, if any, that need to be merged into the error message from the resource bundle. Parameters: cause - the cause. |
|
|