edu.wpi.first.wpilibj.camera
Class AxisCameraException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           edu.wpi.first.wpilibj.camera.AxisCameraException
edu.wpi.first.wpilibj.camera.AxisCameraException
- public class AxisCameraException 
- extends Exception
An exception representing a problem with communicating with the camera.
- Author:
- dtjones
 
 
 
 
AxisCameraException
public AxisCameraException(String msg)
- Create a new AxisCameraException.
 
- Parameters:
- msg- The message to pass with the AxisCameraException.
 
"For updated information see the Java FRC site"