Uses of Enum Class
japicmp.exception.JApiCmpException.Reason
Packages that use JApiCmpException.Reason
-
Uses of JApiCmpException.Reason in japicmp.exception
Fields in japicmp.exception declared as JApiCmpException.ReasonMethods in japicmp.exception that return JApiCmpException.ReasonModifier and TypeMethodDescriptionJApiCmpException.getReason()
static JApiCmpException.Reason
Returns 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 JApiCmpException
JApiCmpException.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)