net.aerith.misao.io
Class CdromNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--net.aerith.misao.io.CdromNotFoundException

public class CdromNotFoundException
extends java.io.IOException

The CdromNotFoundException is an exception thrown if a file or directory in CD-ROMs is not found. It contains the disk name to be set in the drive.

See Also:
Serialized Form

Field Summary
private  java.lang.String disk_name
          The disk name to be set.
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CdromNotFoundException(java.lang.String disk)
          Constructs a CdromNotFoundException with a disk name
 
Method Summary
 java.lang.String getDiskName()
          Gets the disk name.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

disk_name

private java.lang.String disk_name
The disk name to be set.
Constructor Detail

CdromNotFoundException

public CdromNotFoundException(java.lang.String disk)
Constructs a CdromNotFoundException with a disk name
Parameters:
disk - the string indicating disk name to be set.
Method Detail

getDiskName

public java.lang.String getDiskName()
Gets the disk name.
Returns:
the disk name.