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