01: /*
02: * Created on Oct 22, 2005
03: */
04: package uk.org.ponder.errorutil;
05:
06: /** An class to be used to categorise exceptions thrown as a result of
07: * invalid property access.
08: * @author Antranig Basman (antranig@caret.cam.ac.uk)
09: *
10: */
11: public class PropertyException extends RuntimeException {
12:
13: }
|