Uses of Class
network.oxalis.ng.api.lang.VerifierException.Reason
-
Packages that use VerifierException.Reason Package Description network.oxalis.ng.api.lang -
-
Uses of VerifierException.Reason in network.oxalis.ng.api.lang
Methods in network.oxalis.ng.api.lang that return VerifierException.Reason Modifier and Type Method Description VerifierException.ReasonVerifierException. getReason()static VerifierException.ReasonVerifierException.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static VerifierException.Reason[]VerifierException.Reason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.ng.api.lang with parameters of type VerifierException.Reason Modifier and Type Method Description static VerifierExceptionVerifierException. becauseOf(VerifierException.Reason reason, String message)
-