weka.core
Class WekaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
weka.core.WekaException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoSupportForMissingValuesException, UnsupportedAttributeTypeException, UnsupportedClassTypeException
public class WekaException
- extends Exception
Class for Weka-specific exceptions.
- Version:
- $Revision: 8034 $
- Author:
- Richard Kirkby ([email protected])
- See Also:
- Serialized Form
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 with no message.
WekaException
public WekaException(String message)
- Creates a new WekaException.
- Parameters:
message
- the reason for raising an exception.
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.