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