Package com.attivio.sdk.error
Class BaseTransformerError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.BaseTransformerError
-
- All Implemented Interfaces:
java.io.Serializable
public class BaseTransformerError extends ErrorCode
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
formatError(java.util.Locale locale, java.lang.String... context)
Format a contextual error message.-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
BAD_DATE
public static final ErrorCode BAD_DATE
BASE_TRANSFORMER-1 improperly formatted date transformer
-
-
Method Detail
-
formatError
public java.lang.String formatError(java.util.Locale locale, java.lang.String... context)
Description copied from class:ErrorCode
Format a contextual error message.- Overrides:
formatError
in classErrorCode
-
-