XML::Schema::Exception - exception class for XML::Schema


XML-Schema documentation  | view source Contained in the XML-Schema distribution.

Index


NAME

Top

XML::Schema::Exception - exception class for XML::Schema

SYNOPSIS

Top

    use XML::Schema::Exception;

    my $err = XML::Schema::Exception->new('type_x', 'info_y');

    print $err->type();	    # type_x
    print $err->info();     # info_y
    print $err->text();     # [type_x] info_y
    print $err;             # [type_x] info_y

    die $err;

DESCRIPTION

Top

This module implements an exception class for XML::Schema.

AUTHOR

Top

Andy Wardley <abw@kfs.org>

VERSION

Top

This is version $Revision: 1.1.1.1 $ of the XML::Schema::Base module, distributed with version 0.1 of the XML::Schema module set.

COPYRIGHT

Top

SEE ALSO

Top

See XML::Schema for general information about these modules and their use.


XML-Schema documentation  | view source Contained in the XML-Schema distribution.