Uses of Class
com.fasterxml.aalto.impl.StreamExceptionBase
Packages that use StreamExceptionBase
Package
Description
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
-
Uses of StreamExceptionBase in com.fasterxml.aalto
Subclasses of StreamExceptionBase in com.fasterxml.aaltoModifier and TypeClassDescriptionclass
Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions. -
Uses of StreamExceptionBase in com.fasterxml.aalto.impl
Subclasses of StreamExceptionBase in com.fasterxml.aalto.implModifier and TypeClassDescriptionclass
Simple wrapper forIOException
s; needed when StAX does not expose underlying I/O exceptions via its methods.