| java.lang.Object org.obe.client.api.xpdl.ValidationError
ValidationError | final public class ValidationError implements Serializable(Code) | | Holds a validation error as detected by the package validator.
author: Adrian Price See Also: PackageValidator |
TYPE_ERROR | final public static int TYPE_ERROR(Code) | | |
TYPE_WARNING | final public static int TYPE_WARNING(Code) | | |
getLocalizedMessage | public String getLocalizedMessage()(Code) | | Returns a localized textual description of the error.
Error/warning message. |
getMessage | public String getMessage()(Code) | | Returns a textual description of the error in English. N.B. the text
differs from that supplied by
ValidationError.getLocalizedMessage , and includes
a representation of the full path to the source of the error.
Error/warning message. |
getMessageArgs | public Object[] getMessageArgs()(Code) | | Returns the array of replaceable arguments for the message.
Message arguments. |
getMessageCode | public int getMessageCode()(Code) | | Returns the code for the message.
Message code. |
getSource | public Object getSource()(Code) | | Returns the source workflow object that caused the error.
Error source object. |
|
|