diva.sketch.classification
Class ClassifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by diva.sketch.classification.ClassifierException
All Implemented Interfaces:
Serializable

public class ClassifierException
extends Exception

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

Version:
$Revision: 1.4 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)
See Also:
Serialized Form

Constructor Summary
ClassifierException()
          Construct a ClassifierException with no error message.
ClassifierException(String s)
          Construct a ClassifierException with the specified error message.
 
Method Summary
 
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(String s)
Construct a ClassifierException with the specified error message.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.