|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.obe.client.api.xpdl.ValidationError
Holds a validation error as detected by the package validator.
PackageValidator
,
Serialized FormField Summary | |
static int |
TYPE_ERROR
|
static int |
TYPE_WARNING
|
Method Summary | |
java.lang.String |
getLocalizedMessage()
Returns a localized textual description of the error. |
java.lang.String |
getMessage()
Returns a textual description of the error in English. |
java.lang.Object[] |
getMessageArgs()
Returns the array of replaceable arguments for the message. |
int |
getMessageCode()
Returns the code for the message. |
java.lang.Object |
getSource()
Returns the source workflow object that caused the error. |
int |
getType()
Returns the validation error type. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int TYPE_WARNING
public static final int TYPE_ERROR
Method Detail |
public java.lang.String getMessage()
getLocalizedMessage()
, and includes
a representation of the full path to the source of the error.
public java.lang.String getLocalizedMessage()
public java.lang.Object[] getMessageArgs()
public int getMessageCode()
public java.lang.Object getSource()
public int getType()
TYPE_WARNING
, TYPE_ERROR
.public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |