Package eu.bandm.tools.util.xml
Class SAXEventStream.MatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.util.xml.SAXEventStream.MatchException
- All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>
,Serializable
- Enclosing interface:
SAXEventStream
public static class SAXEventStream.MatchException
extends Exception
implements Locatable<XMLDocumentIdentifier>
Raised by calls which expect definitely a certain tag.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the location, may be = null.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
locus
-
-
Constructor Details
-
MatchException
-
-
Method Details
-
getLocation
Description copied from interface:Locatable
Returns the location, may be = null.- Specified by:
getLocation
in interfaceLocatable<XMLDocumentIdentifier>
- Returns:
- the location, may be = null.
-