weka.core
Class UnassignedClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
weka.core.UnassignedClassException
- All Implemented Interfaces:
- Serializable
public class UnassignedClassException
- extends RuntimeException
Exception that is raised when trying to use some data that has no
class assigned to it, but a class is needed to perform the operation.
- Version:
- $Revision: 8034 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnassignedClassException
public UnassignedClassException()
- Creates a new UnassignedClassException with no message.
UnassignedClassException
public UnassignedClassException(String message)
- Creates a new UnassignedClassException.
- Parameters:
message - the reason for raising an exception.
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.