mulan.classifier
Class ModelInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mulan.core.MulanRuntimeException
mulan.classifier.LearnerException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the nested exception