Index

D E I N P T U 
All Classes and Interfaces|All Packages|Serialized Form

D

DatabaseLockedException - Exception Class in de.gustavblass.commons.exceptions.passwordmanager
Indicates that the user's password database stored in a password manager such as KeePassXC is locked or otherwise inaccessible.
DatabaseLockedException() - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.DatabaseLockedException
DatabaseLockedException(String) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.DatabaseLockedException
DatabaseLockedException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.DatabaseLockedException
DatabaseLockedException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.DatabaseLockedException
de.gustavblass.commons.exceptions - package de.gustavblass.commons.exceptions
Provides checked exceptions frequently used in Java applications.
de.gustavblass.commons.exceptions.passwordmanager - package de.gustavblass.commons.exceptions.passwordmanager
Provides checked exceptions indicating failure regarding password manager operations.

E

EmailAttachmentException - Exception Class in de.gustavblass.commons.exceptions
Indicates that some file could not be attached to an e-mail.
EmailAttachmentException() - Constructor for exception class de.gustavblass.commons.exceptions.EmailAttachmentException
EmailAttachmentException(String) - Constructor for exception class de.gustavblass.commons.exceptions.EmailAttachmentException
EmailAttachmentException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.EmailAttachmentException
EmailAttachmentException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.EmailAttachmentException

I

IllegalArgumentException - Exception Class in de.gustavblass.commons.exceptions
Checked counterpart of IllegalArgumentException.
IllegalArgumentException() - Constructor for exception class de.gustavblass.commons.exceptions.IllegalArgumentException
IllegalArgumentException(String) - Constructor for exception class de.gustavblass.commons.exceptions.IllegalArgumentException
IllegalArgumentException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.IllegalArgumentException
IllegalArgumentException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.IllegalArgumentException
IllegalStateException - Exception Class in de.gustavblass.commons.exceptions
Checked counterpart of IllegalStateException.
IllegalStateException() - Constructor for exception class de.gustavblass.commons.exceptions.IllegalStateException
IllegalStateException(String) - Constructor for exception class de.gustavblass.commons.exceptions.IllegalStateException
IllegalStateException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.IllegalStateException
IllegalStateException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.IllegalStateException
IndexOutOfBoundsException - Exception Class in de.gustavblass.commons.exceptions
Checked counterpart of IndexOutOfBoundsException.
IndexOutOfBoundsException() - Constructor for exception class de.gustavblass.commons.exceptions.IndexOutOfBoundsException
IndexOutOfBoundsException(String) - Constructor for exception class de.gustavblass.commons.exceptions.IndexOutOfBoundsException
IndexOutOfBoundsException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.IndexOutOfBoundsException
IndexOutOfBoundsException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.IndexOutOfBoundsException

N

NoSuchElementException - Exception Class in de.gustavblass.commons.exceptions
Checked counterpart of NoSuchElementException.
NoSuchElementException() - Constructor for exception class de.gustavblass.commons.exceptions.NoSuchElementException
NoSuchElementException(String) - Constructor for exception class de.gustavblass.commons.exceptions.NoSuchElementException
NoSuchElementException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NoSuchElementException
NoSuchElementException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NoSuchElementException
NotAssociatedException - Exception Class in de.gustavblass.commons.exceptions.passwordmanager
Indicates that the user has not granted access to their password database in a password manager such as KeePassXC.
NotAssociatedException() - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.NotAssociatedException
NotAssociatedException(String) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.NotAssociatedException
See PasswordDatabaseException#PasswordDatabaseException(String)].
NotAssociatedException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.NotAssociatedException
See PasswordDatabaseException#PasswordDatabaseException(String, Throwable)].
NotAssociatedException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.NotAssociatedException
NotConnectedException - Exception Class in de.gustavblass.commons.exceptions
Indicates that some connection to another computer, device, process etc.
NotConnectedException() - Constructor for exception class de.gustavblass.commons.exceptions.NotConnectedException
NotConnectedException(String) - Constructor for exception class de.gustavblass.commons.exceptions.NotConnectedException
NotConnectedException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NotConnectedException
NotConnectedException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NotConnectedException
NotFoundException - Exception Class in de.gustavblass.commons.exceptions
Indicates that a resource, file, object or any other entity was not found in the place it was expected to be in.
NotFoundException() - Constructor for exception class de.gustavblass.commons.exceptions.NotFoundException
NotFoundException(String) - Constructor for exception class de.gustavblass.commons.exceptions.NotFoundException
NotFoundException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NotFoundException
NotFoundException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NotFoundException
NumberFormatException - Exception Class in de.gustavblass.commons.exceptions
Checked counterpart of NumberFormatException.
NumberFormatException() - Constructor for exception class de.gustavblass.commons.exceptions.NumberFormatException
NumberFormatException(String) - Constructor for exception class de.gustavblass.commons.exceptions.NumberFormatException
NumberFormatException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NumberFormatException
NumberFormatException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.NumberFormatException

P

ParsingException - Exception Class in de.gustavblass.commons.exceptions
Indicates that a given object (usually a string), usually in serialised form, did not match the expected format and could therefore not be parsed or deserialised.
ParsingException() - Constructor for exception class de.gustavblass.commons.exceptions.ParsingException
ParsingException(String) - Constructor for exception class de.gustavblass.commons.exceptions.ParsingException
ParsingException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.ParsingException
ParsingException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.ParsingException
PasswordDatabaseException - Exception Class in de.gustavblass.commons.exceptions.passwordmanager
Indicates that an operation on a password database in a password manager such as KeePassXC failed.
PasswordDatabaseException() - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.PasswordDatabaseException
PasswordDatabaseException(String) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.PasswordDatabaseException
PasswordDatabaseException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.PasswordDatabaseException
PasswordDatabaseException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.passwordmanager.PasswordDatabaseException

T

TemporaryDirectoryIOException - Exception Class in de.gustavblass.commons.exceptions
Indicates that the system's temporary directory could not be found or not be written to.
TemporaryDirectoryIOException() - Constructor for exception class de.gustavblass.commons.exceptions.TemporaryDirectoryIOException
TemporaryDirectoryIOException(String) - Constructor for exception class de.gustavblass.commons.exceptions.TemporaryDirectoryIOException
TemporaryDirectoryIOException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.TemporaryDirectoryIOException
TemporaryDirectoryIOException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.TemporaryDirectoryIOException

U

UnsupportedOperationException - Exception Class in de.gustavblass.commons.exceptions
Checked counterpart of UnsupportedOperationException.
UnsupportedOperationException() - Constructor for exception class de.gustavblass.commons.exceptions.UnsupportedOperationException
UnsupportedOperationException(String) - Constructor for exception class de.gustavblass.commons.exceptions.UnsupportedOperationException
UnsupportedOperationException(String, Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.UnsupportedOperationException
UnsupportedOperationException(Throwable) - Constructor for exception class de.gustavblass.commons.exceptions.UnsupportedOperationException
D E I N P T U 
All Classes and Interfaces|All Packages|Serialized Form