UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.gesture
Class TrainingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.berkeley.guir.lib.gesture.TrainingException
All Implemented Interfaces:
Serializable

public class TrainingException
extends Exception

What you get if something goes wrong while training a Classifier.

See Also:
Serialized Form

Constructor Summary
TrainingException()
           
TrainingException(String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrainingException

public TrainingException()

TrainingException

public TrainingException(String detail)

Copyright Information