mulan.classifier
Class ModelInitializationException

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.ModelInitializationException
All Implemented Interfaces:
Serializable

public class ModelInitializationException
extends LearnerException

Exception thrown by the MultiLabelLearner when learner is queried for prediction on data before model is internally built by learning from training data.

Author:
Jozef Vilcek
See Also:
Serialized Form

Constructor Summary
ModelInitializationException(String message)
          Creates a new instance of ModelInitializationException with the specified detail message.
ModelInitializationException(String message, Throwable cause)
          Creates a new instance of ModelInitializationException 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

ModelInitializationException

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

Parameters:
message - the detail message

ModelInitializationException

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

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