hhreco.classification
Class ClassifierException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byhhreco.classification.ClassifierException
All Implemented Interfaces:
java.io.Serializable

public class ClassifierException
extends java.lang.Exception

Thrown when there is some internal error in the training or classification process.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ClassifierException()
          Construct a ClassifierException with no error message.
ClassifierException(java.lang.String s)
          Construct a ClassifierException with the specified error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassifierException

public ClassifierException()
Construct a ClassifierException with no error message.


ClassifierException

public ClassifierException(java.lang.String s)
Construct a ClassifierException with the specified error message.