weka.core
Class WekaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
WekaException()
          Creates a new WekaException with no message.
WekaException(String message)
          Creates a new WekaException.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.