Uses of Class
dev.metaschema.core.util.ExceptionUtils.WrappedException
Packages that use ExceptionUtils.WrappedException
Package
Description
Provides utility classes for common operations throughout the Metaschema
framework.
-
Uses of ExceptionUtils.WrappedException in dev.metaschema.core.util
Methods in dev.metaschema.core.util that return ExceptionUtils.WrappedExceptionModifier and TypeMethodDescriptionWrap a checked exception in an uncheckedExceptionUtils.WrappedException.ExceptionUtils.wrapAndThrow(Throwable ex) Wrap a checked exception in an uncheckedExceptionUtils.WrappedException.Methods in dev.metaschema.core.util with parameters of type ExceptionUtils.WrappedExceptionModifier and TypeMethodDescriptionstatic ThrowableExceptionUtils.unwrap(ExceptionUtils.WrappedException ex) Unwrap a previously wrapped exception.static <E extends Throwable>
EExceptionUtils.unwrap(ExceptionUtils.WrappedException ex, Class<E> wrappedExceptionClass) Unwrap a previously wrapped exception, casting it to the expected type.