Uses of Enum Class
japicmp.exception.JApiCmpException.Reason
Packages that use JApiCmpException.Reason
-
Uses of JApiCmpException.Reason in japicmp.exception
Subclasses with type arguments of type JApiCmpException.Reason in japicmp.exceptionFields in japicmp.exception declared as JApiCmpException.ReasonMethods in japicmp.exception that return JApiCmpException.ReasonModifier and TypeMethodDescriptionJApiCmpException.getReason()static JApiCmpException.ReasonReturns the enum constant of this class with the specified name.static JApiCmpException.Reason[]JApiCmpException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in japicmp.exception with parameters of type JApiCmpException.ReasonModifier and TypeMethodDescriptionstatic JApiCmpExceptionJApiCmpException.of(JApiCmpException.Reason reason, String format, Object... args) Constructors in japicmp.exception with parameters of type JApiCmpException.ReasonModifierConstructorDescriptionJApiCmpException(JApiCmpException.Reason reason, String msg) JApiCmpException(JApiCmpException.Reason reason, String msg, Throwable t)