mulan.data
Class DataLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
mulan.core.MulanRuntimeException
mulan.data.DataLoadException
- All Implemented Interfaces:
- Serializable
public class DataLoadException
- extends MulanRuntimeException
The exception is thrown to indicate an error while loading the 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 |
DataLoadException
public DataLoadException(String message)
- Creates a new instance of
DataLoadException
with detail mesage.
- Parameters:
message
- the detail message
DataLoadException
public DataLoadException(String message,
Throwable cause)
- Creates a new instance of
DataLoadException
with detail message
and nested exception.
- Parameters:
message
- the detail messagecause
- the nested exception