org.jf.baksmali.Adaptors
Class MethodDefinition.InvalidSwitchPayload

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jf.util.ExceptionWithContext
                  extended by 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
MethodDefinition.InvalidSwitchPayload(int payloadOffset)
           
 
Method Summary
 int getPayloadOffset()
           
 
Methods inherited from class org.jf.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodDefinition.InvalidSwitchPayload

public MethodDefinition.InvalidSwitchPayload(int payloadOffset)
Method Detail

getPayloadOffset

public int getPayloadOffset()