From 3160828378e846c7ea37bc816bbcd234f8fda89e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 19 Oct 2003 15:09:14 +0000 Subject: Add new files created for random path creation --- .../fancydress/status/Mix3PathProblemException.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/org/noreply/fancydress/status/Mix3PathProblemException.java (limited to 'src/org/noreply/fancydress/status/Mix3PathProblemException.java') diff --git a/src/org/noreply/fancydress/status/Mix3PathProblemException.java b/src/org/noreply/fancydress/status/Mix3PathProblemException.java new file mode 100644 index 0000000..7877996 --- /dev/null +++ b/src/org/noreply/fancydress/status/Mix3PathProblemException.java @@ -0,0 +1,14 @@ +/* $Id$ */ +package org.noreply.fancydress.status; + +/** + * There is a problem with the path. + */ +public class Mix3PathProblemException extends Mix3Exception { + public Mix3PathProblemException(String s) { + super(s); + } + public Mix3PathProblemException(String s, Throwable cause) { + super(s, cause); + } +} -- cgit v1.2.3