net.sf.classifier4J.bayesian
Class WordsDataSourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.classifier4J.ClassifierException
                    |
                    +--net.sf.classifier4J.bayesian.WordsDataSourceException
All Implemented Interfaces:
java.io.Serializable

public class WordsDataSourceException
extends ClassifierException

See Also:
Serialized Form

Constructor Summary
WordsDataSourceException(java.lang.String message)
           
WordsDataSourceException(java.lang.String message, java.lang.Throwable throwable)
           
 
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

WordsDataSourceException

public WordsDataSourceException(java.lang.String message)

WordsDataSourceException

public WordsDataSourceException(java.lang.String message,
                                java.lang.Throwable throwable)


Copyright © 2003-2005 Nick Lothian. All Rights Reserved.