Module jdk.jdi
Package com.sun.jdi

Class OpaqueFrameException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NativeMethodException

public sealed class OpaqueFrameException extends RuntimeException permits NativeMethodException
Thrown to indicate an operation could not be performed on a frame.
Since:
19
See Also:
  • Constructor Details

    • OpaqueFrameException

      public OpaqueFrameException()
      Constructs a OpaqueFrameException with no detail message.
    • OpaqueFrameException

      public OpaqueFrameException(String message)
      Constructs a OpaqueFrameException with the given detail message.
      Parameters:
      message - the detail message, can be null