Uses of Class
japicmp.model.JApiException
-
Packages that use JApiException Package Description japicmp.model japicmp.output.stdout -
-
Uses of JApiException in japicmp.model
Fields in japicmp.model with type parameters of type JApiException Modifier and Type Field Description private java.util.List<JApiException>
JApiBehavior. exceptions
Methods in japicmp.model that return types with arguments of type JApiException Modifier and Type Method Description private java.util.List<JApiException>
JApiBehavior. computeExceptionChanges(Optional<? extends javassist.CtBehavior> oldMethodOptional, Optional<? extends javassist.CtBehavior> newMethodOptional)
java.util.List<JApiException>
JApiBehavior. getExceptions()
-
Uses of JApiException in japicmp.output.stdout
Methods in japicmp.output.stdout with parameters of type JApiException Modifier and Type Method Description private void
StdoutOutputGenerator. appendException(java.lang.StringBuilder sb, java.lang.String signs, JApiException jApiException, int indent)
-