edu.wpi.first.wpilibj
Class AnalogTrigger.AnalogTriggerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AnalogTrigger

public class AnalogTrigger.AnalogTriggerException
extends java.lang.RuntimeException

Exceptions dealing with improper operation of the Analog trigger

See Also:
Serialized Form

Constructor Summary
AnalogTrigger.AnalogTriggerException(java.lang.String message)
          Create a new exception with the given message
 
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

AnalogTrigger.AnalogTriggerException

public AnalogTrigger.AnalogTriggerException(java.lang.String message)
Create a new exception with the given message

Parameters:
message - the message to pass with the exception