"

2013 FRC Java API

"

edu.wpi.first.wpilibj.camera
Class AxisCameraException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wpi.first.wpilibj.camera.AxisCameraException

public class AxisCameraException
extends Exception

An exception representing a problem with communicating with the camera.

Author:
dtjones

Constructor Summary
AxisCameraException(String msg)
          Create a new AxisCameraException.
 
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

AxisCameraException

public AxisCameraException(String msg)
Create a new AxisCameraException.

Parameters:
msg - The message to pass with the AxisCameraException.

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"