Error::xxx - a class to define specific exception of xxx
throw LipmError::xxx('description'); catch LipmError::xxx with {...}
With this class you can describe all type of exception encountered by xxx.
x x : x.x@toulouse.inra.fr
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