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