-
class
A bug exception is thrown when it surely must be a bug when reaching the
place when the
BugException
is being thrown.
class
class
An integrity exception is thrown whenever the integrity of data may be
violated.
static class
Thrown in case an instance being locked is still being accessed in a
modifying way (see org.refcodes.mixin.Lockable
in the
refcodes-mixin artifact).
class
Unchecked exception with the same semantics as the
IOException
.
class
An
UnhandledEnumBugException
is thrown in case an enumeration was
encountered which is not being considered by the code (e.g. in a
switch/case-statement): We have a coding error!
class
An
UnhandledValueBugException
is thrown in case a value was
encountered which is not being considered by the code (e.g. in a
switch/case-statement): We have a coding error!
class
A verify exception is thrown in case the verification of the result (of an
algorithm) failed.
static class
Thrown to signal that an operation is being vetoed by a third party
observing the invocation of the given operation.