home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1997 October
/
PCO1097.ISO
/
FilesBBS
/
OS2
/
NETREXX.ARJ
/
NETREXX.ZIP
/
NetRexx
/
netrexx
/
lang
/
NotLogicException.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-08-03
|
428 b
|
14 lines
package netrexx.lang;
public class NotLogicException extends RuntimeException {
// $FF: renamed from: $0 java.lang.String
private static final String field_0 = "NotLogicException.nrx";
public NotLogicException() {
}
public NotLogicException(String var1) {
super(var1);
}
}