@Deprecated @MessageBundle(projectCode="RESTEASY") public interface Messages
| Modifier and Type | Field and Description |
|---|---|
static int |
BASE
Deprecated.
|
static Messages |
MESSAGES
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
cdiExtensionNotOnClasspath()
Deprecated.
|
String |
exceptionHasInvalidFormat(String line)
Deprecated.
|
String |
unableToLoadValidationSupport()
Deprecated.
|
String |
unableToParseException()
Deprecated.
|
String |
unexpectedViolationType(ConstraintType.Type type)
Deprecated.
|
String |
unknownObjectPassedAsConstraintViolation(Object o)
Deprecated.
|
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 © 2016 JBoss by Red Hat. All rights reserved.