Class ItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.uni_trier.wi2.procake.utils.exception.CakeException
-
- de.uni_trier.wi2.procake.utils.exception.ItemNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ItemNotFoundException extends CakeException
The requested item was not found in list/collection. CAKE III - Extension.- Author:
- Alexander Stromer
Changelog: Alexander Stromer; 27.2.2011: Necessety implementing the UML-classdiagram from Sebastian Goerg
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemNotFoundException(String component, String key, Object caller)
-
Method Summary
-
Methods inherited from class de.uni_trier.wi2.procake.utils.exception.CakeException
getCaller, getComponent, getDetailedMessage, getKey, getParameter, getParameters
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-