uvi
Class Generator.InvalidDirectoryException

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

private static class Generator.InvalidDirectoryException
extends IOException

Exception class for identifying when the user did not supply both a valid XML input directory and a valid HTML output directory.

See Also:
Generator.analyzeArguments(String[])

Constructor Summary
Generator.InvalidDirectoryException(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.InvalidDirectoryException

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

Parameters:
message - the text of the exception