com.android.ide.common.res2
Class MergeConsumer.ConsumerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.ide.common.res2.MergingException
              extended by com.android.ide.common.res2.MergeConsumer.ConsumerException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
MergeConsumer<I extends com.android.ide.common.res2.DataItem>

public static class MergeConsumer.ConsumerException
extends MergingException

An exception thrown during resource merging by the consumer. It always contains the original exception as its cause.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.android.ide.common.res2.MergingException
MergingException.Builder
 
Field Summary
 
Fields inherited from class com.android.ide.common.res2.MergingException
MULTIPLE_ERRORS, RESOURCE_ASSET_MERGER_TOOL_NAME
 
Constructor Summary
MergeConsumer.ConsumerException(java.lang.Throwable cause)
           
MergeConsumer.ConsumerException(java.lang.Throwable cause, java.io.File file)
           
 
Method Summary
 
Methods inherited from class com.android.ide.common.res2.MergingException
getMessage, getMessages, throwIfNonEmpty, toString, withMessage, wrapException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MergeConsumer.ConsumerException

public MergeConsumer.ConsumerException(@NonNull
                                       java.lang.Throwable cause)

MergeConsumer.ConsumerException

public MergeConsumer.ConsumerException(@NonNull
                                       java.lang.Throwable cause,
                                       @NonNull
                                       java.io.File file)