Class 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
      int getPayloadOffset()  
      • Methods inherited from class org.jf.util.ExceptionWithContext

        addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContext
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSwitchPayload

        public InvalidSwitchPayload​(int payloadOffset)
    • Method Detail

      • getPayloadOffset

        public int getPayloadOffset()