weka.core
Class WekaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--weka.core.WekaException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- UnsupportedAttributeTypeException, UnsupportedClassTypeException
- public class WekaException
- extends Exception
WekaException
is used when some Weka-specific
checked exception must be raised.
- Version:
- $Revision: 1.2 $
- Author:
- Len Trigg
- See Also:
- Serialized Form
Constructor Summary |
WekaException()
Creates a new WekaException instance
with no detail message. |
WekaException(String message)
Creates a new WekaException instance
with a specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WekaException
public WekaException()
- Creates a new
WekaException
instance
with no detail message.
WekaException
public WekaException(String message)
- Creates a new
WekaException
instance
with a specified message.