weka.gui.ensembleLibraryEditor.tree
Class NumberClassNotFoundException

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

public class NumberClassNotFoundException
extends java.lang.Exception

This is a custom exception that gets thrown when the NumberNode class or its editor cannot determine the correct child class of java.lang.Number for a numeric parameter.

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

Constructor Summary
NumberClassNotFoundException(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

NumberClassNotFoundException

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

Parameters:
s - the message of the exception