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