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
-
Constructor Details
-
ResourcesNotSupportedException
public ResourcesNotSupportedException(java.lang.String name, java.lang.String value)
-
-
Method Details