NAME

XML::SAX::Exception - Exception classes for XML::SAX

SYNOPSIS

throw XML::SAX::Exception::NotSupported(
        Message => "The foo feature is not supported",
        );

DESCRIPTION

blah blah blah

There are three subclasses included:

XML::SAX::Exception::NotSupported
XML::SAX::Exception::NotRecognized
XML::SAX::Exception::Parse

Use them.