@MessageBundle(projectCode="CONF")
public interface ConfigMessages
| Modifier and Type | Field and Description |
|---|---|
static ConfigMessages |
msg |
static final ConfigMessages msg
@Message(id=1,
value="An unspecified XML parse error occurred")
String parseError()
@Message(id=2,
value="Calling close() on XMLConfigurationReader is not supported")
UnsupportedOperationException closeNotSupported()
@Message(id=3,
value="Unexpected end of document")
ConfigXMLParseException unexpectedDocumentEnd(@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=4,
value="Unexpected content of type \"%s\"")
ConfigXMLParseException unexpectedContent(String eventType,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=5,
value="Unexpected element \"%s\" encountered")
ConfigXMLParseException unexpectedElement(QName name,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=6,
value="Expected start or end element, found \"%s\"")
ConfigXMLParseException expectedStartOrEndElement(String eventTypeName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=7,
value="Expected start element, found \"%s\"")
ConfigXMLParseException expectedStartElement(String eventTypeName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=8,
value="Text content cannot contain elements")
ConfigXMLParseException textCannotContainElements(@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=9,
value="Expected event type \"%s\", found \"%s\"")
ConfigXMLParseException expectedEventType(String expectedEventTypeName,
String eventTypeName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=10,
value="Expected namespace URI \"%s\", found \"%s\"")
ConfigXMLParseException expectedNamespace(String expectedNamespaceURI,
String actualNamespaceURI,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=11,
value="Expected local name \"%s\", found \"%s\"")
ConfigXMLParseException expectedLocalName(String expectedLocalName,
String actualLocalName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=12,
value="Failed to read from input source")
ConfigXMLParseException failedToReadInput(@Param(value=javax.xml.stream.Location.class)
XMLLocation location,
@Cause
IOException cause)
@Message(id=13,
value="Failed to close input source")
ConfigXMLParseException failedToCloseInput(@Param(value=javax.xml.stream.Location.class)
XMLLocation location,
@Cause
IOException cause)
@Message(id=14,
value="Invalid configuration file URL")
ConfigXMLParseException invalidUrl(@Param(value=javax.xml.stream.Location.class)
XMLLocation location,
@Cause
MalformedURLException e)
@Message(id=15,
value="Unexpected attribute \"%s\" encountered")
ConfigXMLParseException unexpectedAttribute(QName name,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=16,
value="Missing required element \"%s\" from namespace \"%s\"")
ConfigXMLParseException missingRequiredElement(String namespaceUri,
String localName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=17,
value="Missing required attribute \"%s\" from namespace \"%s\"")
ConfigXMLParseException missingRequiredAttribute(String namespaceUri,
String localName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
@Message(id=18,
value="Failed to parse integer value of attribute \"%s\"")
ConfigXMLParseException intParseException(@Cause
NumberFormatException e,
QName attributeName,
@Param(value=javax.xml.stream.Location.class)
XMLLocation location)
Copyright © 2015 JBoss by Red Hat. All rights reserved.