All Packages Class Hierarchy This Package Previous Next Index
Class blackmane.quake2.pak.Quake2PakException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----blackmane.quake2.pak.Quake2PakException
- public class Quake2PakException
- extends Exception
Signals that there is a problem with the Quake 2
pak file.
-
Quake2PakException()
- Constructs a Quake2PakException with no detail message.
-
Quake2PakException(String)
- Constructs a Quake2PakException with the specified detail message.
Quake2PakException
public Quake2PakException()
- Constructs a Quake2PakException with no detail message.
Quake2PakException
public Quake2PakException(String s)
- Constructs a Quake2PakException with the specified detail message.
- Parameters:
- s - the detail message.
All Packages Class Hierarchy This Package Previous Next Index