Uses of Class
pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
-
Packages that use IllegalFormContentsException.Category Package Description pl.edu.icm.unity.exceptions -
-
Uses of IllegalFormContentsException.Category in pl.edu.icm.unity.exceptions
Methods in pl.edu.icm.unity.exceptions that return IllegalFormContentsException.Category Modifier and Type Method Description IllegalFormContentsException.Category
IllegalFormContentsException. getCategory()
static IllegalFormContentsException.Category
IllegalFormContentsException.Category. valueOf(String name)
Returns the enum constant of this type with the specified name.static IllegalFormContentsException.Category[]
IllegalFormContentsException.Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.edu.icm.unity.exceptions with parameters of type IllegalFormContentsException.Category Constructor Description IllegalFormContentsException(String msg, int position, IllegalFormContentsException.Category category)
IllegalFormContentsException(String msg, int position, IllegalFormContentsException.Category category, Throwable cause)
-