Mercurial > repos > pfrommolt > ngsrich
comparison NGSrich_0.5.5/src/exceptions/RangeLimitNotFoundException.java @ 0:89ad0a9cca52 default tip
Uploaded
author | pfrommolt |
---|---|
date | Mon, 21 Nov 2011 08:12:19 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:89ad0a9cca52 |
---|---|
1 package exceptions; | |
2 | |
3 | |
4 public class RangeLimitNotFoundException extends RangeException { | |
5 | |
6 private static final long serialVersionUID = -4135602280097231477L; | |
7 | |
8 public RangeLimitNotFoundException(String string) { | |
9 super(string); | |
10 } | |
11 | |
12 } |