|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wbiserver.brules.mgmt.problem.Problem
public abstract class Problem
This class represents one problem found during validation. This is an abstract base class. Specific problems are represented by specific subclasses.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
Problem(ValidationError errorType)
|
Method Summary | |
---|---|
abstract java.lang.String |
getErrorMessage()
|
ValidationError |
getErrorType()
Get the error type for this problem. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public Problem(ValidationError errorType)
Method Detail |
---|
public ValidationError getErrorType()
public abstract java.lang.String getErrorMessage()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |