Uses of Class
com.github.koraktor.mavanagaiata.mojo.CheckMojoException.Type
-
Packages that use CheckMojoException.Type Package Description com.github.koraktor.mavanagaiata.mojo Maven mojo implementations and related code -
-
Uses of CheckMojoException.Type in com.github.koraktor.mavanagaiata.mojo
Fields in com.github.koraktor.mavanagaiata.mojo declared as CheckMojoException.Type Modifier and Type Field Description (package private) CheckMojoException.TypeCheckMojoException. typeMethods in com.github.koraktor.mavanagaiata.mojo that return CheckMojoException.Type Modifier and Type Method Description static CheckMojoException.TypeCheckMojoException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckMojoException.Type[]CheckMojoException.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.koraktor.mavanagaiata.mojo with parameters of type CheckMojoException.Type Modifier and Type Method Description private static StringCheckMojoException. getMessageForType(CheckMojoException.Type type, String... args)Returns a message for the given type and (optional) argumentsConstructors in com.github.koraktor.mavanagaiata.mojo with parameters of type CheckMojoException.Type Constructor Description CheckMojoException(CheckMojoException.Type type, String... args)Creates a new exception for the given check failure type
-