2014-12-09 00:48:57 -08:00
|
|
|
//
|
|
|
|
|
// This file is auto-generated by wpilibj/wpilibJavaJNI/nivision/gen_java.py
|
|
|
|
|
// Please do not edit!
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
package com.ni.vision;
|
|
|
|
|
|
|
|
|
|
public class VisionException extends RuntimeException {
|
|
|
|
|
|
2015-06-25 15:07:55 -04:00
|
|
|
private static final long serialVersionUID = 1L;
|
2014-12-09 00:48:57 -08:00
|
|
|
|
2015-06-25 15:07:55 -04:00
|
|
|
public VisionException(String msg) {
|
|
|
|
|
super(msg);
|
|
|
|
|
}
|
2014-12-09 00:48:57 -08:00
|
|
|
|
2015-06-25 15:07:55 -04:00
|
|
|
@Override
|
|
|
|
|
public String toString() {
|
|
|
|
|
return "VisionException [" + super.toString() + "]";
|
|
|
|
|
}
|
2014-12-09 00:48:57 -08:00
|
|
|
}
|