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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
throwable
 
- 
- 
Constructor Details- 
AltResCreates a new AltRes with the given throwable.- Parameters:
- throwable- The throwable to store
 
 
- 
- 
Method Details- 
getThrowable
 
-