Package eu.bandm.tools.util2
Class SAXEventStream.MatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.util2.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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
locus
Locatable<XMLDocumentIdentifier> locus
-
-
Constructor Details
-
MatchException
-
-
Method Details
-
getLocation
- Specified by:
getLocation
in interfaceLocatable<XMLDocumentIdentifier>
- Returns:
- the location, may be = null
-