com.retek.component.internet
Class ExABusinessProblem
java.lang.Object
com.retek.component.internet.ExABusinessProblem
- public class ExABusinessProblem
- extends java.lang.Object
This class contains Problem data associated with a Business Exception. A Business Exception
will contain a Set of Business Problems.
Retek Inc. Copyright (c) 2003
Constructor Summary |
ExABusinessProblem()
|
ExABusinessProblem(java.lang.String messageKey,
java.lang.Object sourceObject,
java.lang.String attributeName)
|
ExABusinessProblem(java.lang.String messageKey,
java.lang.String message)
|
ExABusinessProblem(java.lang.String messageKey,
java.lang.String message,
java.lang.Object sourceObject,
java.lang.String attributeName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExABusinessProblem
public ExABusinessProblem()
ExABusinessProblem
public ExABusinessProblem(java.lang.String messageKey,
java.lang.String message)
ExABusinessProblem
public ExABusinessProblem(java.lang.String messageKey,
java.lang.Object sourceObject,
java.lang.String attributeName)
ExABusinessProblem
public ExABusinessProblem(java.lang.String messageKey,
java.lang.String message,
java.lang.Object sourceObject,
java.lang.String attributeName)
getAttributeName
public java.lang.String getAttributeName()
- Returns:
- attributeName The attribute that threw the exception
getMessage
public java.lang.String getMessage()
- Method returns the text message describing the Business Problem.
- Returns:
getMessageKey
public java.lang.String getMessageKey()
- Method returns the exception key related to this Business Problem. This
key is decoded into the message using resource bundles.
- Returns:
getSourceObject
public java.lang.Object getSourceObject()
setAttributeName
public void setAttributeName(java.lang.String string)
setMessage
public void setMessage(java.lang.String msg)
toString
public java.lang.String toString()
setSourceObject
public void setSourceObject(java.lang.Object obj)
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25