uvi
Class Generator.InvalidDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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[])
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Generator.InvalidDirectoryException
public Generator.InvalidDirectoryException(String message)
- Constructs the exception object with the given message.
- Parameters:
message
- the text of the exception