Class Errors.ErrorMessagesException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Errors

    public static class Errors.ErrorMessagesException
    extends java.lang.RuntimeException
    Error message exception.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Errors.ErrorMessage> getMessages()
      Get encountered error messages.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ErrorMessagesException

        private ErrorMessagesException​(java.util.List<Errors.ErrorMessage> messages)
    • Method Detail

      • getMessages

        public java.util.List<Errors.ErrorMessage> getMessages()
        Get encountered error messages.
        Returns:
        encountered error messages.