home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Popular Software (Premium Edition)
/
mycd.iso
/
INTERNET
/
NETSCAP4.06
/
CP32E406.EXE
/
netcast.z
/
ncjava10.jar
/
netscape
/
netcast
/
application
/
ConstException.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
|
1998-02-27
|
686 b
|
15 lines
package netscape.netcast.application;
public class ConstException extends Exception {
public static String MALFORMED_URL_STRING = "The URL was not valid";
public static String NO_NAME_SUPPLIED_STRING = "There was no name specified";
public static String INVALID_DATA_STRING = "The data supplied was not valid";
public ConstException() {
}
public ConstException(String var1) {
super(var1);
}
}