From 254ee6f47eebfc00462c10756a92066e82cc1a96 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 21 Jun 2011 15:46:02 +0200 Subject: Initial commit --- source/com/c2kernel/lookup/InvalidEntityPathException.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 source/com/c2kernel/lookup/InvalidEntityPathException.java (limited to 'source/com/c2kernel/lookup/InvalidEntityPathException.java') diff --git a/source/com/c2kernel/lookup/InvalidEntityPathException.java b/source/com/c2kernel/lookup/InvalidEntityPathException.java new file mode 100755 index 0000000..27c754d --- /dev/null +++ b/source/com/c2kernel/lookup/InvalidEntityPathException.java @@ -0,0 +1,13 @@ +package com.c2kernel.lookup; + +public class InvalidEntityPathException extends Exception { + + public InvalidEntityPathException() { + super(); + } + + public InvalidEntityPathException(String msg) { + super(msg); + } + +} -- cgit v1.2.3