Class InvalidEnumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
studio.mevera.imperat.exception.ImperatException
studio.mevera.imperat.exception.ParseException
studio.mevera.imperat.exception.parse.InvalidEnumException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class studio.mevera.imperat.exception.ParseException
input -
Constructor Summary
ConstructorsConstructorDescriptionInvalidEnumException(String input, Class<? extends Enum> enumType, Context<?> ctx) -
Method Summary
Methods inherited from class studio.mevera.imperat.exception.ParseException
getInputMethods inherited from class studio.mevera.imperat.exception.ImperatException
getCtxMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEnumException
-
-
Method Details
-
getEnumType
-