weka.gui.ensembleLibraryEditor.tree
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weka.gui.ensembleLibraryEditor.tree.InvalidInputException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInputException
extends java.lang.Exception

A custom Exception that is thrown when a user specifies an invalid set of parameters to the LibraryEditor Tree GUI. This covers things like specifying a range of numerical values with the min being > than the max, etc...

Version:
$Revision: 1.1 $
Author:
Robert Jung (mrbobjung@gmail.com)
See Also:
Serialized Form

Constructor Summary
InvalidInputException(java.lang.String s)
          initializes the exception
 
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

InvalidInputException

public InvalidInputException(java.lang.String s)
initializes the exception

Parameters:
s - the message of the exception