Last change
on this file was 724, checked in by alloc, 12 years ago |
Platform tools library (information about platform, program execution)
|
File size:
336 bytes
|
Rev | Line | |
---|
[724] | 1 | package net.oni2.platformtools.applicationinvoker;
|
---|
| 2 |
|
---|
| 3 | /**
|
---|
| 4 | * @author Christian Illy
|
---|
| 5 | */
|
---|
| 6 | public class ERuntimeNotInstalledException extends Exception {
|
---|
| 7 | /**
|
---|
| 8 | * @param msg
|
---|
| 9 | * Cause
|
---|
| 10 | */
|
---|
| 11 | public ERuntimeNotInstalledException(String msg) {
|
---|
| 12 | super(msg);
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | private static final long serialVersionUID = -7304001610863429671L;
|
---|
| 16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.