Class Drowning
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----Drowning
- public class Drowning
- extends Exception
An exception representing a death by drowning from falling off a bridge.
- See Also:
- Bridges
-
Drowning(String)
- Constucts a drowning message with the specified detail message.
Drowning
public Drowning(String msg)
- Constucts a drowning message with the specified detail message.
- Parameters:
- msg - the detail message.