ORG.popbeads.CCScan
Class BadScanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ORG.popbeads.CCScan.BadScanException

public class BadScanException
extends java.lang.Exception

This class provides a named exception to flag scan data that is incorrectly formatted in some way.

For more information about the CCScan package visit http://www.popbeads.org.

Author:
Stephen Wooding (stephen@popbeads.org)
See Also:
Serialized Form

Constructor Summary
BadScanException()
          Instantiate a plain BadScanException.
BadScanException(java.lang.String message)
          Instantiate a BadScanException containing an informative message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadScanException

public BadScanException()
Instantiate a plain BadScanException.

BadScanException

public BadScanException(java.lang.String message)
Instantiate a BadScanException containing an informative message.
Parameters:
message - An error message.