Uses of Class
de.unima.alcomox.exceptions.AlcomoException

Packages that use AlcomoException
de.unima.alcomox.exceptions   
de.unima.alcomox.mapping   
 

Uses of AlcomoException in de.unima.alcomox.exceptions
 

Subclasses of AlcomoException in de.unima.alcomox.exceptions
 class CorrespondenceException
          A correspondence exception handles every type of problems related to correspondences and their internal components.
 class MappingException
          A mapping exception handles every type of problems related to mappings and catches internally thrown correspondence exceptions.
 class PCFException
          An PCF exception handles problems related to parameter (P) like imvalid combinations of parameters, as well as things related to the control flow (CF) like the invalid order of method calls.
 

Uses of AlcomoException in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that throw AlcomoException
static void Test.main(java.lang.String[] args)
           
 void Alignment.normalize(double normConfidence)
           
 void AlignmentWriterTxt.writeMapping(java.lang.String filepath, Alignment mapping)
           
 void AlignmentWriter.writeMapping(java.lang.String filepath, Alignment mapping)