public static final class Errors.ErrorMessagesException extends RuntimeException
Errors.checkValid() thrown in case there are fatal messages.
This exception provides access to all the messages of Errors that created it.| Modifier and Type | Method and Description |
|---|---|
List<Errors.ErrorMessage> |
getMessages()
Get encountered error messages of all types (hint, warning, fatal).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<Errors.ErrorMessage> getMessages()
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.