Uses of Class
org.refcodes.exception.AbstractException
-
-
Uses of AbstractException in org.refcodes.exception
Subclasses of AbstractException in org.refcodes.exception Modifier and Type Class Description classBreakOutExceptionThrown to break out (of e.g. streams).classLockedExceptionThrown in case an instance being locked is still being accessed in a modifying way (seeorg.refcodes.mixin.Lockablein the refcodes-mixin artifact).classMarshalExceptionThrown when marshaling / serializing an object fails.classUnmarshalExceptionThrown when unmarshaling / deserializing an object fails.classVetoExceptionThrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation.
-