NAME
Clang::CastXML::Exception::ParseException - Exception for when XML parsing fails
VERSION
version 0.02
DESCRIPTION
This class represents a XML parser error for CastXML.
EXTENDS
This class extends Clang::CastXML::Exception.
METHOD
message
my $message = $ex->message;
Returns the message for the exception.
SEE ALSO
Clang::CastXML, Clang::CastXML::Exception
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.