home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Late Night VRML 2.0 with Java CD-ROM
/
code.zip
/
Ch13
/
nff
/
NffSyntaxException.java
< 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 Source
|
1996-11-27
|
175 b
|
8 lines
package nff;
public class NffSyntaxException extends Exception {
public NffSyntaxException() { super(); }
public NffSyntaxException(String s) { super(s); }
}