public abstract class Problem
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
Problem(ValidationError errorType) |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getErrorMessage() |
ValidationError |
getErrorType()
Get the error type for this problem.
|
public static final java.lang.String COPYRIGHT
public Problem(ValidationError errorType)
public ValidationError getErrorType()
public abstract java.lang.String getErrorMessage()