Uses of Class
io.github.mmm.base.exception.ApplicationException
-
Packages that use ApplicationException Package Description io.github.mmm.base.exception ContainsApplicationExceptionand 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 classDuplicateObjectExceptionAnDuplicateObjectExceptionis thrown if an object was rejected because it is a duplicate.classObjectMismatchExceptionAnObjectMismatchExceptionis thrown if an object or value does not match an expected result.classObjectNotFoundExceptionAnObjectNotFoundExceptionis thrown if an object was requested but does not exist or could not be found.classReadOnlyExceptionAReadOnlyExceptionis thrown if the modification of something failed because it is read-only.classRuntimeIoException -
Uses of ApplicationException in io.github.mmm.cli.exception
Subclasses of ApplicationException in io.github.mmm.cli.exception Modifier and Type Class Description classCliDuplicateOptionAliasExceptionCliExceptionthrown if two synonymousCliOptions have been specified.classCliExceptionAbstract base class for aRuntimeExceptionthrown for invalidCliArguments. -
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 classCliArgumentMandatoryExceptionThrown if a mandatoryCliValueis missing.classCliDuplicateOptionsExceptionCliExceptionthrown if two one or multipleCliOptions have occurred multiple times.classCliInvalidUsageExceptionclassCliNoArgumentsExceptionclassCliTypeNotExtendingExceptionThrown if a mandatoryCliValueis missing. -
Uses of ApplicationException in io.github.mmm.nls.exception
Subclasses of ApplicationException in io.github.mmm.nls.exception Modifier and Type Class Description classObjectNotFoundUserExceptionObjectNotFoundExceptionfor userwith NLS support.classTechnicalErrorUserExceptionATechnicalErrorUserExceptionis 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 ApplicationExceptionTechnicalErrorUserException. convert(Throwable exception)
-