Uses of Interface
org.refcodes.exception.Trap

  • Uses of Trap in org.refcodes.exception

    Classes in org.refcodes.exception that implement Trap
    Modifier and Type
    Class
    Description
    class 
    Base exception for unpredictable / checked (untestable states) exceptions, providing functionality for exception specific multi-language messages.
    class 
    Base exception for hidden (unchecked) / subsystem exceptions, providing functionality for exception specific multi-language messages.
    class 
    Base exception for I/O exceptions, providing functionality for exception specific multi-language messages.
    class 
    Base exception for runtime (unchecked) / predictable (testable states) exceptions, providing functionality for exception specific multi-language messages.
    class 
    A bug exception is thrown when it surely must be a bug when reaching the place when the BugException is being thrown.
    class 
    A DisposedException may be thrown in case of using of a disposed instance's methods.
    class 
    An integrity exception is thrown whenever the integrity of data may be violated.
    class 
    Unchecked exception with the same semantics as the IOException.
    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).
    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 
    Thrown when marshaling / serializing an object fails.
    class 
    Thrown in case opening or accessing an open line (connection, junction, link) caused timeout problems.
    class 
    Thrown when unmarshaling / deserializing an object fails.
    class 
    A verify exception is thrown in case the verification of the result (of an algorithm) failed.
    class 
    Thrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation.
    static class 
    Thrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation.