Uses of Enum Class
pl.edu.icm.unity.exceptions.IllegalFormContentsException.Category
Packages that use IllegalFormContentsException.Category
-
Uses of IllegalFormContentsException.Category in pl.edu.icm.unity.exceptions
Methods in pl.edu.icm.unity.exceptions that return IllegalFormContentsException.CategoryModifier and TypeMethodDescriptionIllegalFormContentsException.getCategory()
Returns the enum constant of this class with the specified name.IllegalFormContentsException.Category.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pl.edu.icm.unity.exceptions with parameters of type IllegalFormContentsException.CategoryModifierConstructorDescriptionIllegalFormContentsException
(String msg, int position, IllegalFormContentsException.Category category) IllegalFormContentsException
(String msg, int position, IllegalFormContentsException.Category category, Throwable cause)