|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.android.ide.common.res2.MergingException
com.android.ide.common.res2.MergeConsumer.ConsumerException
public static class MergeConsumer.ConsumerException
An exception thrown during resource merging by the consumer. It always contains the original exception as its cause.
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 |
---|
public MergeConsumer.ConsumerException(@NonNull java.lang.Throwable cause)
public MergeConsumer.ConsumerException(@NonNull java.lang.Throwable cause, @NonNull java.io.File file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |