Class InvocationCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spongepowered.api.util.ComponentMessageException
org.spongepowered.api.command.exception.CommandException
org.spongepowered.api.command.exception.InvocationCommandException
- All Implemented Interfaces:
- Serializable,- ComponentMessageThrowable
Thrown when invocation of a command fails, wrapping the exception that
 is thrown.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvocationCommandException(Component message, Throwable cause) Constructs a new exception with the given message and the given cause.
- 
Method SummaryMethods inherited from class org.spongepowered.api.command.exception.CommandExceptionshouldIncludeUsageMethods inherited from class org.spongepowered.api.util.ComponentMessageExceptioncomponentMessage, getLocalizedMessage, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvocationCommandExceptionConstructs a new exception with the given message and the given cause.- Parameters:
- message- The detail message
- cause- The cause
 
 
-