com.retek.commons.domain.core.exception
Class ValidationProblem
java.lang.Object
com.retek.commons.domain.core.exception.BusinessProblem
com.retek.commons.domain.core.exception.ValidationProblem
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidationProblem
- extends BusinessProblem
Holds information relating to validation of business rules, including source, attribute that caused
the error, and severity.
Retek Inc. Copyright (c) 2003
- See Also:
- Serialized Form
Constructor Summary |
ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey)
|
ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
|
ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
java.lang.String theMessageBundle,
java.lang.String theMessageKey)
|
ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
java.lang.String theMessageBundle,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationProblem
public ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
java.lang.String theMessageBundle,
java.lang.String theMessageKey)
ValidationProblem
public ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
java.lang.String theMessageBundle,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
ValidationProblem
public ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey)
ValidationProblem
public ValidationProblem(java.lang.Object theSource,
java.lang.String theAttributeName,
ErrorSeverity theSeverity,
java.lang.String theMessageBundle,
java.lang.String theMessageKey,
java.lang.Object[] theMessageValues)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25