Class ResourcesNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.android.ide.common.vectordrawable.ResourcesNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ResourcesNotSupportedException
extends java.lang.RuntimeException
Indicates that the input vector drawable XML file included references to other Android resources.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    ResourcesNotSupportedException​(java.lang.String name, java.lang.String value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    java.lang.String getValue()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
    • getValue

      public java.lang.String getValue()