Class FileDatabaseConfigFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.filedatabase.Exceptions.FileDatabaseConfigFileException
- All Implemented Interfaces:
Serializable
Class FileDatabaseConfigFileException
This class extends the Exception class and used to represent an exception when the database.config file is not configured properly- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionFileDatabaseConfigFileException(String message) FileDatabaseConfigFileException(String message, Throwable cause) protectedFileDatabaseConfigFileException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileDatabaseConfigFileException
public FileDatabaseConfigFileException() -
FileDatabaseConfigFileException
-
FileDatabaseConfigFileException
-
FileDatabaseConfigFileException
-
FileDatabaseConfigFileException
-