ERROR - org.xml.SAXNotRecognizedException - Possible Causes of SAXNotRecognizedException

Exception Thrown By:Cause
ClassMethod
ParserAdapter public boolean
getFeature(String name)
If the featurevalue
can't be assigned or retrieved.
ParserAdapter public Object
getProperty(String name)
If the propertyvalue
can't be assigned or retrieved.
SAXParser public abstract Object
getProperty(String name)
When the underlying XMLReader
doesnot recognize the property name.
SchemaFactory public boolean
getFeature(String name)
If the feature value
can't be assigned or retrieved.
SchemaFactory public Object
getProperty(String name)
If the property value
can't be assigned or retrieved.
Validator public boolean
getFeature(String name)
If the feature value
can't be assigned or retrieved.
Validator public Object
getProperty(String name)
If the property value
can't be assigned or retrieved.
ValidatorHandler public Object
getProperty(String name)
If the property value
can't be assigned or retrieved.