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 by the consumer. It always contains the original exception as its cause.

See Also:
Serialized Form

Constructor Summary
MergeConsumer.ConsumerException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.android.ide.common.res2.MergingException
getColumn, getFile, getLine, getMessage, setCause, setColumn, setFile, setLine, toString
 
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(java.lang.Throwable cause)