Package studio.mevera.imperat.exception
Class AmbiguousUsageAdditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
studio.mevera.imperat.exception.AmbiguousUsageAdditionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmbiguousUsageAdditionException(Command<S> command, CommandUsage<S> first, CommandUsage<S> second) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousUsageAdditionException
public AmbiguousUsageAdditionException(Command<S> command, CommandUsage<S> first, CommandUsage<S> second)
-