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