Class UnsupportedInstructionException

All Implemented Interfaces:
Serializable

public class UnsupportedInstructionException extends JebRuntimeException
See Also:
  • Constructor Details

    • UnsupportedInstructionException

      public UnsupportedInstructionException()
    • UnsupportedInstructionException

      public UnsupportedInstructionException(String message)
    • UnsupportedInstructionException

      public UnsupportedInstructionException(Throwable cause)
    • UnsupportedInstructionException

      public UnsupportedInstructionException(String message, Throwable cause)