com.android.ide.common.res2
Class DuplicateDataException

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.DuplicateDataException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateDataException
extends MergingException

Exception when a DataItem is declared more than once in a DataSet

See Also:
Serialized Form

Method Summary
 com.android.ide.common.res2.DataItem getOne()
           
 com.android.ide.common.res2.DataItem getTwo()
           
 
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
 

Method Detail

getOne

public com.android.ide.common.res2.DataItem getOne()

getTwo

public com.android.ide.common.res2.DataItem getTwo()