weka.classifiers.meta.ensembleSelection
Class EnsembleModelMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weka.classifiers.meta.ensembleSelection.EnsembleModelMismatchException
All Implemented Interfaces:
java.io.Serializable

public class EnsembleModelMismatchException
extends java.lang.Exception

This excpetion gets thrown when a models don't match.

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

Constructor Summary
EnsembleModelMismatchException(java.lang.String s)
          constructor of 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

EnsembleModelMismatchException

public EnsembleModelMismatchException(java.lang.String s)
constructor of the exception

Parameters:
s - the message for the exception