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.io.github.mmm.cli.exception Contains common exceptions for CLI.io.github.mmm.nls.cli.exception Contains common CLI exceptions with native language support.io.github.mmm.nls.exception -
-
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
-
Uses of ApplicationException in io.github.mmm.cli.exception
Subclasses of ApplicationException in io.github.mmm.cli.exception Modifier and Type Class Description class
CliDuplicateOptionAliasException
CliException
thrown if two synonymousCliOption
s have been specified.class
CliException
Abstract base class for aRuntimeException
thrown for invalidCliArgument
s. -
Uses of ApplicationException in io.github.mmm.nls.cli.exception
Subclasses of ApplicationException in io.github.mmm.nls.cli.exception Modifier and Type Class Description class
CliArgumentMandatoryException
Thrown if a mandatoryCliValue
is missing.class
CliDuplicateOptionsException
CliException
thrown if two one or multipleCliOption
s have occurred multiple times.class
CliInvalidUsageException
class
CliNoArgumentsException
class
CliTypeNotExtendingException
Thrown if a mandatoryCliValue
is missing. -
Uses of ApplicationException in io.github.mmm.nls.exception
Subclasses of ApplicationException in io.github.mmm.nls.exception Modifier and Type Class Description class
ObjectNotFoundUserException
ObjectNotFoundException
for user
with NLS support.class
TechnicalErrorUserException
ATechnicalErrorUserException
is wrapping an arbitrary technical error to a generic exception for end-users or clients.Methods in io.github.mmm.nls.exception that return ApplicationException Modifier and Type Method Description static ApplicationException
TechnicalErrorUserException. convert(Throwable exception)
-