Class DiskException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----DiskException

public class DiskException
extends RuntimeException
An exception to indicate a hardware crash.

This exception is descended from RuntimeException, so you aren't required to catch it. (You can't catch real hardware crashes, anyway.)

Author:
Douglas Thain (thain@cs.wisc.edu)
See Also:
Kernel, Disk

Constructor Index

 o DiskException(String)
Create a new exception with a detail message.

Constructors

 o DiskException
 public DiskException(String s)
Create a new exception with a detail message.