Package org.jf.dexlib2.util
Class DexUtil.UnsupportedFile
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jf.dexlib2.util.DexUtil.UnsupportedFile
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DexUtil
public static class DexUtil.UnsupportedFile extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFile()
UnsupportedFile(java.lang.String message)
UnsupportedFile(java.lang.String message, java.lang.Throwable cause)
UnsupportedFile(java.lang.Throwable cause)
-