public class ResourceException
extends java.lang.RuntimeException
MergingException
is thrown by the resource merging code.
We can't just rethrow the MergingException because
gradle 1.8 seems to want a RuntimeException; without it you get
the error message
> Could not call IncrementalTask.taskAction() on task ':MyPrj:mergeDebugResources'
Constructor and Description |
---|
ResourceException(java.lang.String message,
java.lang.Throwable throwable) |