| 
 | |||||||||
| 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,
                                             java.lang.String message)Create a new UncleanStatusException | |
| UncleanStatusException(java.lang.String message)Create a new UncleanStatusException | |
| Method Summary | |
|---|---|
|  int | getStatus()Create a new UncleanStatusException | 
| 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 UncleanStatusException(int status,
                              java.lang.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(java.lang.String message)
message - a message describing the exceptionpublic UncleanStatusException()
| Method Detail | 
|---|
public int getStatus()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||