appl.data
Class LoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
 
Method Summary
 String getLoadSource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadingException

public LoadingException(String message,
                        Object loadSource)
Creates a new Exception with the name of the Source from which the loading failed

Method Detail

getLoadSource

public String getLoadSource()
Returns:
the name of the Source from which the loading failed