NAME

Error::xxx - a class to define specific exception of xxx


SYNOPSIS

        throw LipmError::xxx('description');
        catch LipmError::xxx with {...}


DESCRIPTION

        With this class you can describe all type of exception encountered by xxx.


AUTHOR

x x : x.x@toulouse.inra.fr

Function new

 Title        : new
 Usage        : my $o_circos = new X();
 Prerequisite : it's better for an error to be catch !
 Function     : Constructor, initialize the object
 Returns      : the object, can throw XXX error.
 Args         : none
 Globals      : none