Class BaseTransformerError

  • All Implemented Interfaces:
    java.io.Serializable

    public class BaseTransformerError
    extends ErrorCode
    See Also:
    Serialized Form
    • 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 class ErrorCode