Serializablepublic 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 | Description |
|---|---|---|
List<Errors.ErrorMessage> |
getMessages() |
Get encountered error messages of all types (hint, warning, fatal).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<Errors.ErrorMessage> getMessages()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.