Uses of Enum Class
de.rpgframework.character.CharacterIOException.ErrorCode
Packages that use CharacterIOException.ErrorCode
-
Uses of CharacterIOException.ErrorCode in de.rpgframework.character
Subclasses with type arguments of type CharacterIOException.ErrorCode in de.rpgframework.characterMethods in de.rpgframework.character that return CharacterIOException.ErrorCodeModifier and TypeMethodDescriptionCharacterIOException.getCode()Returns the enum constant of this class with the specified name.static CharacterIOException.ErrorCode[]CharacterIOException.ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.rpgframework.character with parameters of type CharacterIOException.ErrorCodeModifierConstructorDescriptionCharacterIOException(CharacterIOException.ErrorCode code, String message) CharacterIOException(CharacterIOException.ErrorCode code, String value, String message) CharacterIOException(CharacterIOException.ErrorCode code, String value, String message, String path, Throwable cause) CharacterIOException(CharacterIOException.ErrorCode code, String value, String message, Throwable cause) CharacterIOException(CharacterIOException.ErrorCode code, String message, Throwable cause)