Class Errors.ErrorMessagesException

All Implemented Interfaces:
Serializable
Enclosing class:
Errors

public static final class Errors.ErrorMessagesException extends RuntimeException
Exception used by Errors.checkValid() thrown in case there are fatal messages. This exception provides access to all the messages of Errors that created it.
See Also:
  • Method Details

    • getMessages

      public List<Errors.ErrorMessage> getMessages()
      Get encountered error messages of all types (hint, warning, fatal).
      Returns:
      encountered error messages.