mulan.classifier
Class InvalidDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mulan.core.MulanRuntimeException
                  extended by mulan.classifier.LearnerException
                      extended by mulan.classifier.InvalidDataException
All Implemented Interfaces:
Serializable

public class InvalidDataException
extends LearnerException

Exception thrown by the MultiLabelLearner when presented with invalid data or data which can not be processed by the specific learner type.

Author:
Jozef Vilcek
See Also:
Serialized Form

Constructor Summary
InvalidDataException(String message)
          Creates a new instance of InvalidDataException with the specified detail message.
InvalidDataException(String message, Throwable cause)
          Creates a new instance of InvalidDataException with the specified detail message and nested 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDataException

public InvalidDataException(String message)
Creates a new instance of InvalidDataException with the specified detail message.

Parameters:
message - the detail message

InvalidDataException

public InvalidDataException(String message,
                            Throwable cause)
Creates a new instance of InvalidDataException with the specified detail message and nested exception.

Parameters:
message - the detail message
cause - the nested exception