|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.webcodepro.applecommander.storage.DiskFullException
com.webcodepro.applecommander.storage.os.prodos.ProdosDiskSizeDoesNotMatchException
public class ProdosDiskSizeDoesNotMatchException
A ProdosDiskSizeDoesNotMatchException is thrown during write operations
on a ProDOS volume if the physical size of the disk image (*.HDV file)
is not large enough to handle the actual size of the disk. By actual size,
it is intended to be the ProDOS bitmap.
Created on Mar 22, 2003.
Constructor Summary | |
---|---|
ProdosDiskSizeDoesNotMatchException(java.lang.String description)
Constructor for ProdosDiskSizeDoesNotMatchException. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProdosDiskSizeDoesNotMatchException(java.lang.String description)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |