The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Clang::CastXML::Exception::ProcessException::IntrospectException - Exception for when castxml fails introspection

VERSION

version 0.02

DESCRIPTION

This class represents an exception when trying to introspect C/C++ code by running CastXML.

EXTENDS

This class extends Clang::CastXML::Exception::ProcessException.

METHODS

message

 my $message = $ex->message;

Returns the exception message.

SEE ALSO

Clang::CastXML, Clang::CastXML::Exception, Clang::CastXML::Exception::ProcessException

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.