Uses of Class
org.refcodes.exception.AbstractRuntimeException
-
-
Uses of AbstractRuntimeException in org.refcodes.exception
Subclasses of AbstractRuntimeException in org.refcodes.exception Modifier and Type Class Description classBugExceptionException bugs (unchecked).classIntegrityExceptionAn integrity exception is thrown whenever the integrity of data may be violated.static classLockedException.LockedRuntimeExceptionThrown in case an instance being locked is still being accessed in a modifying way (seeorg.refcodes.mixin.Lockablein the refcodes-mixin artifact).classVerifyRuntimeExceptionA verify exception is thrown in case the verification of the result (of an algorithm) failed.static classVetoException.VetoRuntimeExceptionThrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation.
-