edu.wisc.cs.stego
Class IncompleteJobFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.wisc.cs.stego.IncompleteJobFileException

public class IncompleteJobFileException
extends java.lang.Exception

This exception is thrown by the JobFile class constructor if the file is found to be incomplete.

See Also:
Serialized Form

Constructor Summary
IncompleteJobFileException()
          Constructs a new IncompleteJobFileException.
 
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

IncompleteJobFileException

public IncompleteJobFileException()
Constructs a new IncompleteJobFileException.