Uses of Package
io.github.mmm.base.exception
-
Packages that use io.github.mmm.base.exception Package Description io.github.mmm.base.exception ContainsApplicationException
and 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 ExtendsRuntimeException
with the following features: aUUID
unique per exception instance automatically generated once per exceptionchain
. anerror code
that should be unique per exception type. distinction betweentechnical
exceptions and exceptionsintended for end-users
. NOTE:
Exceptions should only occur in unexpected or undesired situations.DuplicateObjectException AnDuplicateObjectException
is 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 ExtendsRuntimeException
with the following features: aUUID
unique per exception instance automatically generated once per exceptionchain
. anerror code
that should be unique per exception type. distinction betweentechnical
exceptions 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 ExtendsRuntimeException
with the following features: aUUID
unique per exception instance automatically generated once per exceptionchain
. anerror code
that should be unique per exception type. distinction betweentechnical
exceptions 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 ExtendsRuntimeException
with the following features: aUUID
unique per exception instance automatically generated once per exceptionchain
. anerror code
that should be unique per exception type. distinction betweentechnical
exceptions and exceptionsintended for end-users
. NOTE:
Exceptions should only occur in unexpected or undesired situations.ObjectNotFoundException AnObjectNotFoundException
is thrown if an object was requested but does not exist or could not be found.