|
" 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
edu.wpi.first.wpilibj.image.NIVisionException
public class NIVisionException
Exception class which looks up nivision error codes
| Constructor Summary | |
|---|---|
NIVisionException(int errorCode)
Create a new vision exception |
|
NIVisionException(String msg)
Create a new NIVisionException. |
|
| Method Summary |
|---|
| 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 NIVisionException(String msg)
msg - The message to pass with the exception describing what caused it.public NIVisionException(int errorCode)
errorCode - the bad status code
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||