Package ej.cbor

Class ErrorMessage


  • public class ErrorMessage
    extends java.lang.Object
    • Constructor Detail

      • ErrorMessage

        public ErrorMessage()
    • Method Detail

      • messageAt

        public java.lang.String messageAt​(int errorCode,
                                          java.lang.Object... args)
        Generates String for a specified error code.
        Parameters:
        errorCode - the error code corresponding to the message.
        args - the optional list of arguments to construct the message String.
        Returns:
        the error message String.