java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----DiskException
This exception is descended from RuntimeException, so you aren't required to catch it. (You can't catch real hardware crashes, anyway.)
public DiskException(String s)