Package net.anotheria.anodoc.data
Class NoSuchPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.anotheria.anodoc.data.NoSuchPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchPropertyException extends java.lang.RuntimeExceptionThis exception will be thrown when a not existing Property was requested, or the DataHolder with correspoding name is not a Property. I.e. you if you call getProperty("foo") and "foo" is the name of a Document in this context.- Version:
- $Id: $Id
- Author:
- another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPropertyException(java.lang.String name, java.lang.String type)Creates a new instance.
-