Uses of Class
japicmp.model.JApiException
Packages that use JApiException
-
Uses of JApiException in japicmp.model
Fields in japicmp.model with type parameters of type JApiExceptionMethods in japicmp.model that return types with arguments of type JApiExceptionModifier and TypeMethodDescriptionprivate List
<JApiException> JApiBehavior.computeExceptionChanges
(Optional<? extends javassist.CtBehavior> oldMethodOptional, Optional<? extends javassist.CtBehavior> newMethodOptional) JApiBehavior.getExceptions()
-
Uses of JApiException in japicmp.output.stdout
Methods in japicmp.output.stdout with parameters of type JApiExceptionModifier and TypeMethodDescriptionprivate void
StdoutOutputGenerator.appendException
(StringBuilder sb, String signs, JApiException jApiException, int indent)