Class UUIDParser.UUIDParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.incendo.cloud.exception.parsing.ParserException
org.incendo.cloud.parser.standard.UUIDParser.UUIDParseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
UUIDParser<C>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUUIDParseException(@NonNull String input, @NonNull CommandContext<?> context) Construct a new UUID parse exception -
Method Summary
Methods inherited from class org.incendo.cloud.exception.parsing.ParserException
argumentParserClass, captionVariables, context, errorCaption, formatCaption, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UUIDParseException
Construct a new UUID parse exception- Parameters:
input- String inputcontext- Command context
-
-
Method Details