Uses of Package
org.refcodes.exception
-
Classes in org.refcodes.exception used by org.refcodes.exception Class Description AbstractException Base exception for unpredictable / checked (untestable states) exceptions, providing functionality for exception specific multi-language messages.AbstractHiddenException Base exception for hidden (unchecked) / subsystem exceptions, providing functionality for exception specific multi-language messages.AbstractIOException Base exception for I/O exceptions, providing functionality for exception specific multi-language messages.AbstractRuntimeException Base exception for runtime (unchecked) / predictable (testable states) exceptions, providing functionality for exception specific multi-language messages.ErrorCodeAccessor Provides an accessor for an error code property.ErrorCodeAccessor.ErrorCodeBuilder Provides a builder method for a error code property returning the builder for applying multiple build operations.ErrorCodeAccessor.ErrorCodeMutator Provides a mutator for an error code property.ErrorMessageAccessor Provides an accessor for a error message property.ErrorMessageAccessor.ErrorMessageBuilder Provides a builder method for a error message property returning the builder for applying multiple build operations.ErrorMessageAccessor.ErrorMessageMutator Provides a mutator for a error message property.ExceptionAccessor Provides an accessor for anException
property.ExceptionAccessor.ExceptionBuilder Provides a builder method for a exception property returning the builder for applying multiple build operations.ExceptionAccessor.ExceptionMutator Provides a mutator for anException
property.Trap Interface declaring base exception functionality for all of refcodes exceptions.