Uses of Class
io.github.mmm.base.exception.ApplicationException
-
Packages that use ApplicationException Package Description io.github.mmm.base.exception ContainsApplicationException
and derived exception classes for common cases. -
-
Uses of ApplicationException in io.github.mmm.base.exception
Subclasses of ApplicationException in io.github.mmm.base.exception Modifier and Type Class Description class
DuplicateObjectException
AnDuplicateObjectException
is thrown if an object was rejected because it is a duplicate.class
ObjectMismatchException
AnObjectMismatchException
is thrown if an object or value does not match an expected result.class
ObjectNotFoundException
AnObjectNotFoundException
is thrown if an object was requested but does not exist or could not be found.class
ReadOnlyException
AReadOnlyException
is thrown if the modification of something failed because it is read-only.class
RuntimeIoException
-