All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----weka.core.WekaException
WekaException
is used when some Weka-specific
checked exception must be raised.
WekaException
instance
with no detail message.
WekaException
instance
with a specified message.
public WekaException()
WekaException
instance
with no detail message.public WekaException(java.lang.String message)
WekaException
instance
with a specified message.messagae
- a String
containing the message.
All Packages Class Hierarchy This Package Previous Next Index WEKA's home