org.jaffa.persistence.exceptions
Class DomainObjectValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.FrameworkException
org.jaffa.persistence.exceptions.DomainObjectValidationException
- All Implemented Interfaces:
- Serializable
- public class DomainObjectValidationException
- extends FrameworkException
This exception will be thrown if any errors are raised while validating a domain object.
- See Also:
- Serialized Form
DomainObjectValidationException
public DomainObjectValidationException()
- Creates an exception with the errorCode.
DomainObjectValidationException
public DomainObjectValidationException(Object[] arguments)
- 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)
- 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.cause - the cause.
Copyright © 2002-2004 JAFFA Project.