org.blinkenbyte.io
Class BadBlockEmulator.BadBlockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.blinkenbyte.io.BadBlockEmulator.BadBlockException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BadBlockEmulator

public static class BadBlockEmulator.BadBlockException
extends java.io.IOException

An exception class that is thrown when bad blocks are requested to be read or written by BadBlockEmulator.

See Also:
Serialized Form

Constructor Summary
BadBlockEmulator.BadBlockException(java.lang.String msg)
           
 
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

BadBlockEmulator.BadBlockException

public BadBlockEmulator.BadBlockException(java.lang.String msg)