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
All Implemented Interfaces:
java.io.Serializable

public class AxisCameraException
extends java.lang.Exception

An exception representing a problem with communicating with the camera.

Author:
dtjones
See Also:
Serialized Form

Constructor Summary
AxisCameraException(java.lang.String msg)
          Create a new AxisCameraException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisCameraException

public AxisCameraException(java.lang.String msg)
Create a new AxisCameraException.

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