Home
last modified time | relevance | path

Searched refs:CreateErrorException (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java123 throw CreateErrorException("expecting top level element to be 'schema'"); in Parse()
131 throw CreateErrorException("unexpected XML event %d", nCode); in Parse()
213 …throw CreateErrorException("unexpected event (expteced START_ELEMENT): %d", maReader.getEventType(… in ParseSchema()
265 … throw CreateErrorException("unexpected top level element %s", maReader.getLocalName()); in ProcessTopLevelStartElement()
345 throw CreateErrorException("unsupported content type %s", maReader.getLocalName()); in ProcessStartElement()
380 throw CreateErrorException( in IgnoreContent()
433 throw CreateErrorException( in ParseAttributeGroup()
444 throw CreateErrorException( in ParseAttributeGroup()
612 throw CreateErrorException("element has no name and no ref"); in ParseElementOrReference()
677 throw CreateErrorException("group has no name and no ref"); in ParseGroupOrReference()
[all …]