com.retek.commons.domain.core.exception
Class ValidationProblem

java.lang.Object
  extended bycom.retek.commons.domain.core.exception.BusinessProblem
      extended bycom.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 com.retek.commons.domain.core.exception.BusinessProblem
getAttributeName, getMessage, getMessageKey, getSeverity, getSourceId, getSourceInterface, isSource, isSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28