Uses of Package
io.github.mmm.base.exception
-
Packages that use io.github.mmm.base.exception Package Description io.github.mmm.base.exception ContainsApplicationExceptionand derived exception classes for common cases.io.github.mmm.base.io 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 -
Classes in io.github.mmm.base.exception used by io.github.mmm.base.exception Class Description ApplicationException ExtendsRuntimeExceptionwith the following features: aUUIDunique per exception instance automatically generated once per exceptionchain. anerror codethat should be unique per exception type. distinction betweentechnicalexceptions and exceptionsintended for end-users. NOTE:
Exceptions should only occur in unexpected or undesired situations.DuplicateObjectException AnDuplicateObjectExceptionis thrown if an object was rejected because it is a duplicate. -
Classes in io.github.mmm.base.exception used by io.github.mmm.base.io Class Description RuntimeIoException -
Classes in io.github.mmm.base.exception used by io.github.mmm.cli.exception Class Description ApplicationException ExtendsRuntimeExceptionwith the following features: aUUIDunique per exception instance automatically generated once per exceptionchain. anerror codethat should be unique per exception type. distinction betweentechnicalexceptions and exceptionsintended for end-users. NOTE:
Exceptions should only occur in unexpected or undesired situations. -
Classes in io.github.mmm.base.exception used by io.github.mmm.nls.cli.exception Class Description ApplicationException ExtendsRuntimeExceptionwith the following features: aUUIDunique per exception instance automatically generated once per exceptionchain. anerror codethat should be unique per exception type. distinction betweentechnicalexceptions and exceptionsintended for end-users. NOTE:
Exceptions should only occur in unexpected or undesired situations. -
Classes in io.github.mmm.base.exception used by io.github.mmm.nls.exception Class Description ApplicationException ExtendsRuntimeExceptionwith the following features: aUUIDunique per exception instance automatically generated once per exceptionchain. anerror codethat should be unique per exception type. distinction betweentechnicalexceptions and exceptionsintended for end-users. NOTE:
Exceptions should only occur in unexpected or undesired situations.ObjectNotFoundException AnObjectNotFoundExceptionis thrown if an object was requested but does not exist or could not be found.