Last change
on this file since 8614 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
468 bytes
|
Rev | Line | |
---|
[6152] | 1 | /* |
---|
| 2 | Copyright 2006 by Sean Luke |
---|
| 3 | Licensed under the Academic Free License version 3.0 |
---|
| 4 | See the file "LICENSE" for more information |
---|
| 5 | */ |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | package ec.util; |
---|
| 9 | |
---|
| 10 | /* |
---|
| 11 | * OutputException.java |
---|
| 12 | * Created: Sat Aug 7 12:06:49 1999 |
---|
| 13 | */ |
---|
| 14 | |
---|
| 15 | |
---|
| 16 | /** |
---|
| 17 | * |
---|
| 18 | * Thrown whenever a problem occurs when attempting to output to a Log. |
---|
| 19 | * |
---|
| 20 | * @author Sean Luke |
---|
| 21 | * @version 1.0 |
---|
| 22 | */ |
---|
| 23 | |
---|
| 24 | public class OutputException extends RuntimeException |
---|
| 25 | { |
---|
| 26 | public OutputException(String s) { super(s); } |
---|
| 27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.