public static final class Errors.ErrorMessagesException
extends java.lang.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 |
|---|---|---|
java.util.List<Errors.ErrorMessage> |
getMessages() |
Get encountered error messages of all types (hint, warning, fatal).
|
public java.util.List<Errors.ErrorMessage> getMessages()
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.