From 924bcfd7059a5ffd48ffcfe1aa14db252ff38930 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 12 Oct 2003 04:26:15 +0000 Subject: only throws Mix3Exception --- src/org/noreply/fancydress/type3/Path.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/noreply/fancydress/type3/Path.java b/src/org/noreply/fancydress/type3/Path.java index 8f492ec..4289f6b 100644 --- a/src/org/noreply/fancydress/type3/Path.java +++ b/src/org/noreply/fancydress/type3/Path.java @@ -12,7 +12,7 @@ public class Path { HalfPath first; HalfPath second; - public Path(Directory dir, String path) throws Exception { + public Path(Directory dir, String path) throws Mix3Exception { int crossover = path.indexOf(':'); if (crossover < 0) throw new Mix3Exception("Path is not a valid path: no crossover point specified."); -- cgit v1.2.3