Class MultiException

    • Constructor Detail

      • MultiException

        public MultiException​(String message,
                              Exception[] exceptions)
        Constructs a MultiException.
        Parameters:
        message - The detail message.
        exceptions - The exceptions occurred while decoding or encoding.
      • MultiException

        public MultiException​(String message,
                              String contentType,
                              Exception[] exceptions)
        Constructs a MultiException.
        Parameters:
        message - The detail message.
        contentType - The content type of the form, or null.
        exceptions - The exceptions occurred while decoding or encoding.
        Since:
        6.0
    • Method Detail

      • getContentType

        public String getContentType()
        Returns the content type of the form model, or null.
        Since:
        6.0
      • getExceptions

        public Exception[] getExceptions()
        Returns the exceptions.
      • getExceptionMessages

        public String getExceptionMessages()