Uses of Class
org.glassfish.jersey.internal.Errors.ErrorMessage
-
Packages that use Errors.ErrorMessage Package Description org.glassfish.jersey.internal Common Jersey internal API classes. -
-
Uses of Errors.ErrorMessage in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal with type parameters of type Errors.ErrorMessage Modifier and Type Field Description private java.util.ArrayList<Errors.ErrorMessage>
Errors. issues
private java.util.List<Errors.ErrorMessage>
Errors.ErrorMessagesException. messages
Methods in org.glassfish.jersey.internal that return types with arguments of type Errors.ErrorMessage Modifier and Type Method Description private java.util.List<Errors.ErrorMessage>
Errors. _getErrorMessages(boolean afterMark)
static java.util.List<Errors.ErrorMessage>
Errors. getErrorMessages()
Get the list of all error messages.static java.util.List<Errors.ErrorMessage>
Errors. getErrorMessages(boolean afterMark)
Get the list of error messages.java.util.List<Errors.ErrorMessage>
Errors.ErrorMessagesException. getMessages()
Get encountered error messages.Method parameters in org.glassfish.jersey.internal with type arguments of type Errors.ErrorMessage Modifier and Type Method Description private static boolean
Errors. logErrors(java.util.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 Constructor Description ErrorMessagesException(java.util.List<Errors.ErrorMessage> messages)
-