|
" 2013 FRC Java API " |
|||||||||
| 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
java.lang.IllegalStateException
edu.wpi.first.wpilibj.util.UncleanStatusException
public final class UncleanStatusException
Exception for bad status codes from the chip object
| Constructor Summary | |
|---|---|
UncleanStatusException()
Create a new UncleanStatusException |
|
UncleanStatusException(int status)
Create a new UncleanStatusException |
|
UncleanStatusException(int status,
String message)
Create a new UncleanStatusException |
|
UncleanStatusException(String message)
Create a new UncleanStatusException |
|
| Method Summary | |
|---|---|
int |
getStatus()
Create a new UncleanStatusException |
| Methods inherited from class java.lang.Throwable |
|---|
getMessage, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UncleanStatusException(int status,
String message)
status - the status code that caused the exceptionmessage - A message describing the exceptionpublic UncleanStatusException(int status)
status - the status code that caused the exceptionpublic UncleanStatusException(String message)
message - a message describing the exceptionpublic UncleanStatusException()
| Method Detail |
|---|
public int getStatus()
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||