Rev 641 | Details | Compare with Previous | Last modification | View Log | SVN | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 15 | arune | 1 | /* |
| 2 | * File created by Jimmy |
||
| 3 | * at 2004-mar-10 00:40:52 |
||
| 4 | */ |
||
| 5 | package Macbeth.System; |
||
| 6 | |||
| 7 | /** |
||
| 8 | * Thrown when a specific component couldn't be started up. |
||
| 9 | */ |
||
| 10 | public class MbStartupException extends Exception { |
||
| 11 | public MbStartupException(String msg) { |
||
| 12 | super(msg); |
||
| 13 | } |
||
| 14 | } |