mulan.classifier
Class LearnerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mulan.core.MulanRuntimeException
mulan.classifier.LearnerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidDataException, ModelInitializationException
public class LearnerException
- extends MulanRuntimeException
Represents a root base class for exceptions thrown by learners.
- 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 |
LearnerException
public LearnerException(String message)
- Creates a new instance of
LearnerException
with the specified
detail message.
- Parameters:
message
- the detail message
LearnerException
public LearnerException(String message,
Throwable cause)
- Creates a new instance of
LearnerException
with the specified
detail message and nested exception.
- Parameters:
message
- the detail messagecause
- the nested exception