Class MissingArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ua.mcchickenstudio.opencreative.coding.exceptions.MissingArgumentException
- All Implemented Interfaces:
Serializable
MissingArgumentException
This class represents an exception, that occurs when action or condition failed to get required argument.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingArgumentException(@NotNull String argument) MissingArgumentException(@NotNull String argument, @NotNull ValueType valueType) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingArgumentException
-
MissingArgumentException
-
-
Method Details
-
getValueType
-
getArgument
-