Class ExceptionDetails
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.ExceptionDetails
Detailed information about an exception that has occurred.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionDetailscreate()booleanOptional expression that can be evaluated in the current scope to obtain the exception object.Fully-qualified type name of the exception object.Details of the exception contained by this exception, if any.Message contained in the exception.Stack trace at the time the exception was thrown.Short type name of the exception object.inthashCode()setEvaluateName(String evaluateName) setFullTypeName(String fullTypeName) setInnerException(List<ExceptionDetails> innerException) setMessage(String message) setStackTrace(String stackTrace) setTypeName(String typeName)
-
Method Details
-
getMessage
Message contained in the exception. -
setMessage
-
getTypeName
Short type name of the exception object. -
setTypeName
-
getFullTypeName
Fully-qualified type name of the exception object. -
setFullTypeName
-
getEvaluateName
Optional expression that can be evaluated in the current scope to obtain the exception object. -
setEvaluateName
-
getStackTrace
Stack trace at the time the exception was thrown. -
setStackTrace
-
getInnerException
Details of the exception contained by this exception, if any. -
setInnerException
-
equals
-
hashCode
public int hashCode() -
create
-