home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1997 July
/
PCO_07_97.ISO
/
NET_COM
/
cc32e40.exe
/
cosmo.z
/
NPCOSMOP.ZIP
/
vrml
/
external
/
exception
/
InvalidEventInException.class
(
.txt
)
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
|
1996-11-21
|
537 b
|
11 lines
package vrml.external.exception;
public class InvalidEventInException extends RuntimeException {
public InvalidEventInException() {
}
public InvalidEventInException(String s) {
super(s);
}
}