Package org.jf.baksmali.Adaptors
Class MethodDefinition.InvalidSwitchPayload
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jf.util.ExceptionWithContext
-
- org.jf.baksmali.Adaptors.MethodDefinition.InvalidSwitchPayload
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MethodDefinition
public static class MethodDefinition.InvalidSwitchPayload extends org.jf.util.ExceptionWithContext- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSwitchPayload(int payloadOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPayloadOffset()-
Methods inherited from class org.jf.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContext
-
-