de.jstacs.classifier
Class ClassDimensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.classifier.ClassDimensionException
All Implemented Interfaces:
Serializable

public class ClassDimensionException
extends Exception

This class indicates that the classifier should be defined for less than 2 classes or is defined over a different number of classes than given (e.g. by an array of Samples).

Author:
Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
ClassDimensionException()
          This constructor creates an instance with default message.
ClassDimensionException(String message)
          This constructor creates a instance with given message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassDimensionException

public ClassDimensionException()
This constructor creates an instance with default message.


ClassDimensionException

public ClassDimensionException(String message)
This constructor creates a instance with given message.

Parameters:
message - the message