Module net.luis.utils
Package net.luis.utils.exception
package net.luis.utils.exception
-
Exception ClassesClassDescriptionThrown when an initialization is attempted on an object that has already been initialized.Thrown to indicate that a string is invalid.
This exception will be thrown if a string is not valid for a specific operation.
For example:
If a string is empty and the operation requires a non-empty string. If a string is not in the correct format. The exception message should contain a description of the invalid string.
The message may also contain a description of the expected string.Thrown to indicate that a given value is invalid.Thrown when a method is called on an object which will modify it,
but the object is not modifiable at the moment or at all.Thrown when a requested item does not exist in a collection like object.
Library equivalent ofNoSuchElementException
.Thrown when an access or action is attempted on an object that has not been initialized
but requires initialization before it can be used.Thrown when an error occurs during reflection.