Package io.webfolder.cdp.event.runtime
Class ExceptionRevoked
java.lang.Object
io.webfolder.cdp.event.runtime.ExceptionRevoked
public class ExceptionRevoked
extends java.lang.Object
Issued when unhandled exception was revoked
-
Constructor Summary
Constructors Constructor Description ExceptionRevoked()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getExceptionId()
The id of revoked exception, as reported inexceptionThrown
.java.lang.String
getReason()
Reason describing why exception was revoked.void
setExceptionId(java.lang.Integer exceptionId)
The id of revoked exception, as reported inexceptionThrown
.void
setReason(java.lang.String reason)
Reason describing why exception was revoked.
-
Constructor Details
-
ExceptionRevoked
public ExceptionRevoked()
-
-
Method Details
-
getReason
public java.lang.String getReason()Reason describing why exception was revoked. -
setReason
public void setReason(java.lang.String reason)Reason describing why exception was revoked. -
getExceptionId
public java.lang.Integer getExceptionId()The id of revoked exception, as reported inexceptionThrown
. -
setExceptionId
public void setExceptionId(java.lang.Integer exceptionId)The id of revoked exception, as reported inexceptionThrown
.
-