NAME
Clang::CastXML::Exception::ProcessException - Exception for when the CastXML process fails
VERSION
version 0.02
DESCRIPTION
This class represents a execution exception while running CastXML. It shouldn't be thrown directly, instead it is subclassed by Clang::CastXML::Exception::ProcessException::BadCastXMLVersionException and Clang::CastXML::Exception::ProcessException::IntrospectException which represent specific types of processing exceptions.
EXTENDS
This class extends Clang::CastXML::Exception.
PROPERTIES
result
my $result = $ex->result;
This returns the Clang::CastXML::Wrapper::Result of the failed CastXML run.
SEE ALSO
Clang::CastXML, Clang::CastXML::Exception, Clang::CastXML::Exception::ProcessException::BadCastXMLVersionException, Clang::CastXML::Exception::ProcessException::IntrospectException
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.