Serialized Form
-
Package io.helidon.common
-
Class io.helidon.common.Errors
-
Serialized Fields
-
hasFatal
boolean hasFatal
If there is a fatal error. -
hasHint
boolean hasHint
If there is a hint. -
hasWarning
boolean hasWarning
If there is a warning.
-
-
-
Exception Class io.helidon.common.Errors.ErrorMessagesException
class ErrorMessagesException extends RuntimeException implements Serializable-
Serialized Fields
-
messages
List<Errors.ErrorMessage> messages
List of error messages that triggered this exception.
-
-
-