Package de.gustavblass.commons.exceptions
package de.gustavblass.commons.exceptions
Provides checked exceptions frequently used in Java applications.
-
Exception ClassesClassDescriptionChecked counterpart of
IllegalArgumentException
.Checked counterpart ofIllegalStateException
.Checked counterpart ofIndexOutOfBoundsException
.Checked counterpart ofNoSuchElementException
.Indicates that some connection to another computer, device, process etc.Indicates that a resource, file, object or any other entity was not found in the place it was expected to be in.Checked counterpart ofNumberFormatException
.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.Indicates that the system's temporary directory could not be found or not be written to.Checked counterpart ofUnsupportedOperationException
.