java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdi.OpaqueFrameException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NativeMethodException
Thrown to indicate an operation could not be performed on a frame.
- Since:
- 19
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a OpaqueFrameException with no detail message.OpaqueFrameException(String message) Constructs a OpaqueFrameException with the given detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OpaqueFrameExceptionpublic OpaqueFrameException()Constructs a OpaqueFrameException with no detail message.
- 
OpaqueFrameExceptionConstructs a OpaqueFrameException with the given detail message.- Parameters:
- message- the detail message, can be- null
 
 
-