java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.Errors.ErrorMessagesException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Errors
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 Summary
Modifier and TypeMethodDescriptionGet encountered error messages of all types (hint, warning, fatal).Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getMessages
Get encountered error messages of all types (hint, warning, fatal).- Returns:
- encountered error messages.
-