"

2013 FRC Java API

"

edu.wpi.first.wpilibj.image
Class NIVisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wpi.first.wpilibj.image.NIVisionException

public class NIVisionException
extends Exception

Exception class which looks up nivision error codes

Author:
dtjones

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

NIVisionException

public NIVisionException(String msg)
Create a new NIVisionException.

Parameters:
msg - The message to pass with the exception describing what caused it.

NIVisionException

public NIVisionException(int errorCode)
Create a new vision exception

Parameters:
errorCode - the bad status code

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"