uvi
Class Generator.InvalidSupplementalFilesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by uvi.Generator.InvalidSupplementalFilesException
All Implemented Interfaces:
Serializable
Enclosing class:
Generator

private static class Generator.InvalidSupplementalFilesException
extends IOException

Exception class for identifying when the required supplemental directory or the files within cannot be found or read.

See Also:
Generator.checkSupplementalFiles()

Constructor Summary
Generator.InvalidSupplementalFilesException(String message)
          Constructs the exception object with the given message.
 
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

Generator.InvalidSupplementalFilesException

public Generator.InvalidSupplementalFilesException(String message)
Constructs the exception object with the given message.

Parameters:
message - the text of the exception