appl.data
Class LoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
appl.data.LoadingException
- All Implemented Interfaces:
- Serializable
public class LoadingException
- extends Exception
Thrown when the data loading from some source fails.
- Author:
- Dominik Appl
- See Also:
- Serialized Form
Constructor Summary |
LoadingException(String message,
Object loadSource)
Creates a new Exception with the name of the Source from which the
loading failed |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LoadingException
public LoadingException(String message,
Object loadSource)
- Creates a new Exception with the name of the Source from which the
loading failed
getLoadSource
public String getLoadSource()
- Returns:
- the name of the Source from which the loading failed