Uses of Interface
marf.util.IMARFException

Packages that use IMARFException
marf.Classification   
marf.FeatureExtraction   
marf.gui   
marf.math   
marf.nlp   
marf.nlp.Parsing   
marf.Preprocessing   
marf.Storage   
marf.util   
 

Uses of IMARFException in marf.Classification
 

Classes in marf.Classification that implement IMARFException
 class ClassificationException
          Class ClassificationException indicates an error during classification process.
 

Uses of IMARFException in marf.FeatureExtraction
 

Classes in marf.FeatureExtraction that implement IMARFException
 class FeatureExtractionException
          Class FeatureExtractionException.
 

Uses of IMARFException in marf.gui
 

Classes in marf.gui that implement IMARFException
 class GUIException
          GUIException is a root of exception hierarchy in the exception processing of the GUI-related modules of MARF.
 

Uses of IMARFException in marf.math
 

Classes in marf.math that implement IMARFException
 class MathException
          Indicates exceptional situations in MARF's math.
 

Uses of IMARFException in marf.nlp
 

Classes in marf.nlp that implement IMARFException
 class NLPException
          NLPException is a root of exception hierarchy in the NLP exception processing.
 

Uses of IMARFException in marf.nlp.Parsing
 

Classes in marf.nlp.Parsing that implement IMARFException
 class CompilerError
          Generic Compiler Error.
 class LexicalError
          This class denotes a lexical error type.
 class SemanticError
          Class SemanticError Represents an instance of a semantic error in the semantic analysis process.
 class SyntaxError
          Represents a Syntax Error.
 

Uses of IMARFException in marf.Preprocessing
 

Classes in marf.Preprocessing that implement IMARFException
 class PreprocessingException
          Class PreprocessingException indicates an error in one of the preprocessing modules if an error happens somewhere throughout the process.
 

Uses of IMARFException in marf.Storage
 

Classes in marf.Storage that implement IMARFException
 class StorageException
          Class StorageException indicates a serialization/storage-related error.
 

Uses of IMARFException in marf.util
 

Classes in marf.util that implement IMARFException
 class InvalidSampleFormatException
          Class InvalidSampleFormatException typically signals a mismatch of a loader and file being loader or sample type and its data.
 class MARFException
          Class MARFException.
 

Methods in marf.util that return IMARFException
 IMARFException IMARFException.create()
           
 IMARFException MARFException.create()
           
 IMARFException IMARFException.create(java.lang.Exception poException)
           
 IMARFException MARFException.create(java.lang.Exception poException)
           
 IMARFException IMARFException.create(java.lang.String pstrMessage)
           
 IMARFException MARFException.create(java.lang.String pstrMessage)
           
 IMARFException IMARFException.create(java.lang.String pstrMessage, java.lang.Exception poException)
           
 IMARFException MARFException.create(java.lang.String pstrMessage, java.lang.Exception poException)
           
 



SourceForge Logo