EnsEMBL::Web::Problem

Location: /modules/EnsEMBL/Web/Problem.pm
Source code · Permalink
No superclasses
No subclasses

Overview

Object to store errors generated by web code Usage: my $problem = EnsEMBL::Web::Problem->new( $problem_type, $title, $description ); if ($problem->isFatal){..} Possible error types: no_match,

Accessor

Constructor

Typematch

Documentation coverage: 100 %

Methods

    description
    Accessor.
    View source

    get_by_type
    Typematch.
    View source

    isFatal
    Typematch.
    View source

    isMappedId
    Typematch.
    View source

    isMultipleMatches
    Typematch.
    View source

    isNoMatch
    Typematch.
    View source

    isNonFatal
    Typematch.
    View source

    isRedirect
    Typematch.
    View source

    name
    Accessor.
    View source

    new
    Constructor.
    View source

    type
    Accessor.
    View source