Uses of Class
japicmp.exception.JApiCmpException.Reason
-
Packages that use JApiCmpException.Reason Package Description japicmp.exception -
-
Uses of JApiCmpException.Reason in japicmp.exception
Fields in japicmp.exception declared as JApiCmpException.Reason Modifier and Type Field Description private JApiCmpException.Reason
JApiCmpException. reason
Methods in japicmp.exception that return JApiCmpException.Reason Modifier and Type Method Description JApiCmpException.Reason
JApiCmpException. getReason()
static JApiCmpException.Reason
JApiCmpException.Reason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JApiCmpException.Reason[]
JApiCmpException.Reason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in japicmp.exception with parameters of type JApiCmpException.Reason Modifier and Type Method Description static JApiCmpException
JApiCmpException. of(JApiCmpException.Reason reason, java.lang.String format, java.lang.Object... args)
Constructors in japicmp.exception with parameters of type JApiCmpException.Reason Constructor Description JApiCmpException(JApiCmpException.Reason reason, java.lang.String msg)
JApiCmpException(JApiCmpException.Reason reason, java.lang.String msg, java.lang.Throwable t)
-