@MessageBundle(projectCode="RESTEASY")
public interface Messages
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static Messages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
String |
cdiExtensionNotOnClasspath() |
String |
exceptionHasInvalidFormat(String line) |
String |
unableToLoadValidationSupport() |
String |
unableToParseException() |
String |
unexpectedViolationType(ConstraintType.Type type) |
String |
unknownObjectPassedAsConstraintViolation(Object o) |
static final Messages MESSAGES
static final int BASE
@Message(id=8000, value="ResteasyCdiExtension is not on the classpath. Assuming CDI is not active") String cdiExtensionNotOnClasspath()
@Message(id=8005, value="ResteasyViolationException has invalid format: %s") String exceptionHasInvalidFormat(String line)
@Message(id=8010, value="Unable to load Validation support") String unableToLoadValidationSupport()
@Message(id=8015, value="Unable to parse ResteasyViolationException") String unableToParseException()
@Message(id=8020, value="unexpected violation type: %s") String unexpectedViolationType(ConstraintType.Type type)
Copyright © 2015 JBoss by Red Hat. All rights reserved.