public class OMHierarchyException extends OMException
If this exception is encountered by a builder when creating an OM node from an event received
by the parser and if the corresponding content can be ignored (i.e. is not semantically
relevant), the builder should ignore the exception and skip the event. An example is whitespace
appearing before or after the root element of a document. This would be represented as an
OMText
node below the OMDocument
. If the OM implementation doesn't allow text
nodes as children of a document (as for example in DOM), it should throw this exception so
that the builder can discard the event.
Constructor and Description |
---|
OMHierarchyException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OMHierarchyException(String message)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.