| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.wpi.first.wpilibj.command.IllegalUseOfCommandException
public class IllegalUseOfCommandException
This exception will be thrown if a command is used illegally. There are several ways for this to happen.
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 Summary | |
|---|---|
| IllegalUseOfCommandException()Instantiates an IllegalUseOfCommandException. | |
| IllegalUseOfCommandException(java.lang.String message)Instantiates an IllegalUseOfCommandExceptionwith the given message. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public IllegalUseOfCommandException()
IllegalUseOfCommandException.
public IllegalUseOfCommandException(java.lang.String message)
IllegalUseOfCommandException with the given message.
message - the message| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||