Package org.apache.maven.impl.cache
Class CachingSupplier.AltRes
java.lang.Object
org.apache.maven.impl.cache.CachingSupplier.AltRes
- Enclosing class:
- CachingSupplier<REQ,
REP>
Special holder class for exceptions that occur during supplier execution.
Allows caching and re-throwing of exceptions on subsequent calls.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
throwable
-
-
Constructor Details
-
AltRes
Creates a new AltRes with the given throwable.- Parameters:
throwable
- The throwable to store
-
-
Method Details
-
getThrowable
-