Package net.anotheria.anodoc.data
Class NoSuchDataHolderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.anotheria.anodoc.data.NoSuchDataHolderException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchDataHolderException extends java.lang.RuntimeExceptionThis exception will be thrown if a not existing DataHolder was requested.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchDataHolderException(java.lang.String name)Creates a new exception with the given data holder name.
-