Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.citizensnpcs.api.command.exception.CommandException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CommandUsageException,- NoPermissionsException,- RequirementMissingException,- ServerCommandException,- UnhandledCommandException,- WrappedCommandException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCommandException(String message) CommandException(String key, Object... replacements) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CommandExceptionpublic CommandException()
- 
CommandException
- 
CommandException
- 
CommandException
 
- 
- 
Method Details- 
fillInStackTrace- Overrides:
- fillInStackTracein class- Throwable
 
 
-