public class IllegalUseOfCommandException extends java.lang.RuntimeException
Basically, a command becomes "locked" after it is first started or added to a command group.
This exception should be thrown if (after a command has been locked) its requirements change, it is put into multiple command groups, it is started from outside its command group, or it adds a new child.
Constructor and Description |
---|
IllegalUseOfCommandException()
Instantiates an
IllegalUseOfCommandException . |
IllegalUseOfCommandException(java.lang.String message)
Instantiates an
IllegalUseOfCommandException with the given message. |
public IllegalUseOfCommandException()
IllegalUseOfCommandException
.public IllegalUseOfCommandException(java.lang.String message)
IllegalUseOfCommandException
with the given message.message
- the message