Class ConfigMessages_$bundle
- java.lang.Object
-
- org.wildfly.client.config._private.ConfigMessages_$bundle
-
- All Implemented Interfaces:
Serializable,ConfigMessages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2018-08-28T12:32:29-0400") public class ConfigMessages_$bundle extends Object implements ConfigMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigMessages_$bundleINSTANCE-
Fields inherited from interface org.wildfly.client.config._private.ConfigMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConfigMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final ConfigMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
parseError$str
protected String parseError$str()
-
parseError
public final String parseError()
- Specified by:
parseErrorin interfaceConfigMessages
-
closeNotSupported$str
protected String closeNotSupported$str()
-
closeNotSupported
public final UnsupportedOperationException closeNotSupported()
- Specified by:
closeNotSupportedin interfaceConfigMessages
-
unexpectedDocumentEnd$str
protected String unexpectedDocumentEnd$str()
-
unexpectedDocumentEnd
public final ConfigXMLParseException unexpectedDocumentEnd(XMLLocation location)
- Specified by:
unexpectedDocumentEndin interfaceConfigMessages
-
unexpectedContent$str
protected String unexpectedContent$str()
-
unexpectedContent
public final ConfigXMLParseException unexpectedContent(String eventType, XMLLocation location)
- Specified by:
unexpectedContentin interfaceConfigMessages
-
unexpectedElement2$str
protected String unexpectedElement2$str()
-
unexpectedElement
public final ConfigXMLParseException unexpectedElement(String localName, String namespaceUri, XMLLocation location)
- Specified by:
unexpectedElementin interfaceConfigMessages
-
unexpectedElement1$str
protected String unexpectedElement1$str()
-
unexpectedElement
public final ConfigXMLParseException unexpectedElement(String localName, XMLLocation location)
- Specified by:
unexpectedElementin interfaceConfigMessages
-
expectedStartOrEndElement$str
protected String expectedStartOrEndElement$str()
-
expectedStartOrEndElement
public final ConfigXMLParseException expectedStartOrEndElement(String eventTypeName, XMLLocation location)
- Specified by:
expectedStartOrEndElementin interfaceConfigMessages
-
expectedStartElement$str
protected String expectedStartElement$str()
-
expectedStartElement
public final ConfigXMLParseException expectedStartElement(String eventTypeName, XMLLocation location)
- Specified by:
expectedStartElementin interfaceConfigMessages
-
textCannotContainElements$str
protected String textCannotContainElements$str()
-
textCannotContainElements
public final ConfigXMLParseException textCannotContainElements(XMLLocation location)
- Specified by:
textCannotContainElementsin interfaceConfigMessages
-
expectedEventType$str
protected String expectedEventType$str()
-
expectedEventType
public final ConfigXMLParseException expectedEventType(String expectedEventTypeName, String eventTypeName, XMLLocation location)
- Specified by:
expectedEventTypein interfaceConfigMessages
-
expectedNamespace$str
protected String expectedNamespace$str()
-
expectedNamespace
public final ConfigXMLParseException expectedNamespace(String expectedNamespaceURI, String actualNamespaceURI, XMLLocation location)
- Specified by:
expectedNamespacein interfaceConfigMessages
-
expectedLocalName$str
protected String expectedLocalName$str()
-
expectedLocalName
public final ConfigXMLParseException expectedLocalName(String expectedLocalName, String actualLocalName, XMLLocation location)
- Specified by:
expectedLocalNamein interfaceConfigMessages
-
failedToReadInput$str
protected String failedToReadInput$str()
-
failedToReadInput
public final ConfigXMLParseException failedToReadInput(XMLLocation location, IOException cause)
- Specified by:
failedToReadInputin interfaceConfigMessages
-
failedToCloseInput$str
protected String failedToCloseInput$str()
-
failedToCloseInput
public final ConfigXMLParseException failedToCloseInput(XMLLocation location, IOException cause)
- Specified by:
failedToCloseInputin interfaceConfigMessages
-
invalidUrl$str
protected String invalidUrl$str()
-
invalidUrl
public final ConfigXMLParseException invalidUrl(XMLLocation location, MalformedURLException e)
- Specified by:
invalidUrlin interfaceConfigMessages
-
unexpectedAttribute$str
protected String unexpectedAttribute$str()
-
unexpectedAttribute
public final ConfigXMLParseException unexpectedAttribute(QName name, XMLLocation location)
- Specified by:
unexpectedAttributein interfaceConfigMessages
-
missingRequiredElement$str
protected String missingRequiredElement$str()
-
missingRequiredElement
public final ConfigXMLParseException missingRequiredElement(String namespaceUri, String localName, XMLLocation location)
- Specified by:
missingRequiredElementin interfaceConfigMessages
-
missingRequiredAttribute$str
protected String missingRequiredAttribute$str()
-
missingRequiredAttribute
public final ConfigXMLParseException missingRequiredAttribute(String namespaceUri, String localName, XMLLocation location)
- Specified by:
missingRequiredAttributein interfaceConfigMessages
-
intParseException$str
protected String intParseException$str()
-
intParseException
public final ConfigXMLParseException intParseException(NumberFormatException e, QName attributeName, XMLLocation location)
- Specified by:
intParseExceptionin interfaceConfigMessages
-
uriParseException$str
protected String uriParseException$str()
-
uriParseException
public final ConfigXMLParseException uriParseException(URISyntaxException e, QName attributeName, XMLLocation location)
- Specified by:
uriParseExceptionin interfaceConfigMessages
-
expressionParseException$str
protected String expressionParseException$str()
-
expressionParseException
public final ConfigXMLParseException expressionParseException(IllegalArgumentException ex, QName attributeName, XMLLocation location)
- Specified by:
expressionParseExceptionin interfaceConfigMessages
-
expressionTextParseException$str
protected String expressionTextParseException$str()
-
expressionTextParseException
public final ConfigXMLParseException expressionTextParseException(IllegalArgumentException ex, XMLLocation location)
- Specified by:
expressionTextParseExceptionin interfaceConfigMessages
-
numericAttributeValueOutOfRange$str
protected String numericAttributeValueOutOfRange$str()
-
numericAttributeValueOutOfRange
public final ConfigXMLParseException numericAttributeValueOutOfRange(QName attributeName, String actualValue, long minValue, long maxValue, XMLLocation location)
- Specified by:
numericAttributeValueOutOfRangein interfaceConfigMessages
-
inetAddressParseException$str
protected String inetAddressParseException$str()
-
inetAddressParseException
public final ConfigXMLParseException inetAddressParseException(QName attributeName, String address, XMLLocation location)
- Specified by:
inetAddressParseExceptionin interfaceConfigMessages
-
cidrAddressParseException$str
protected String cidrAddressParseException$str()
-
cidrAddressParseException
public final ConfigXMLParseException cidrAddressParseException(QName attributeName, String address, XMLLocation location)
- Specified by:
cidrAddressParseExceptionin interfaceConfigMessages
-
-