Uses of Class
org.jboss.jca.as.converters.ParserException
Packages that use ParserException
-
Uses of ParserException in org.jboss.jca.as.converters
Methods in org.jboss.jca.as.converters that throw ParserExceptionModifier and TypeMethodDescriptionprotected BooleanAbstractParser.attributeAsBoolean(XMLStreamReader reader, String attributeName, Boolean defaultValue) convert an xml attribute in boolean value.protected BooleanAbstractParser.elementAsBoolean(XMLStreamReader reader) convert an xml element in boolean value.protected IntegerAbstractParser.elementAsInteger(XMLStreamReader reader) convert an xml element in Integer valueprotected LongAbstractParser.elementAsLong(XMLStreamReader reader) convert an xml element in Long value