com.sun.msv.verifier.psvi
Class TypeDetector.AmbiguousDocumentException
public
class
TypeDetector.AmbiguousDocumentException
extends SAXException
signals that the document is ambiguous.
This exception is thrown when
- we cannot uniquely assign the type for given characters.
- or we cannot uniquely determine the type for the element
when we reached the end element.
The formar case happens for patterns like:
The latter case happens for patterns like:
public AmbiguousDocumentException()