Toggle navigation
Home
java.lang.Throwable to java.lang.instrument.IllegalClassFormatException
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'HikariCP'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
e
to
cause
e
to
cause
throwable
to
exception
Other
new Exception("Execution was suspended.",cause)
to
cause
Add or Remove Method invocation
ExceptionUtils.firstOrSuppressed(t,exception)
to
ExceptionUtils.firstOrSuppressed(e,exception)
ExceptionUtils.firstOrSuppressed(t,exception)
to
ExceptionUtils.firstOrSuppressed(e,exception)
ExceptionUtils.firstOrSuppressed(t,exception)
to
ExceptionUtils.firstOrSuppressed(e,exception)
ExceptionUtils.firstOrSuppressed(t,throwable)
to
ExceptionUtils.firstOrSuppressed(e,exception)