Uses of Class
org.glassfish.jersey.internal.Errors.ErrorMessage
Packages that use Errors.ErrorMessage
-
Uses of Errors.ErrorMessage in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal with type parameters of type Errors.ErrorMessageModifier and TypeFieldDescriptionprivate final ArrayList<Errors.ErrorMessage> Errors.issuesprivate final List<Errors.ErrorMessage> Errors.ErrorMessagesException.messagesMethods in org.glassfish.jersey.internal that return types with arguments of type Errors.ErrorMessageModifier and TypeMethodDescriptionprivate List<Errors.ErrorMessage> Errors._getErrorMessages(boolean afterMark) static List<Errors.ErrorMessage> Errors.getErrorMessages()Get the list of all error messages.static List<Errors.ErrorMessage> Errors.getErrorMessages(boolean afterMark) Get the list of error messages.Errors.ErrorMessagesException.getMessages()Get encountered error messages.Method parameters in org.glassfish.jersey.internal with type arguments of type Errors.ErrorMessageModifier and TypeMethodDescriptionprivate static booleanErrors.logErrors(Collection<Errors.ErrorMessage> errors) Log supplied errors and return a status flag indicating whether a fatal issue has been found in the error collection.Constructor parameters in org.glassfish.jersey.internal with type arguments of type Errors.ErrorMessage