edu.wpi.first.wpilibj
Class AnalogTrigger.AnalogTriggerException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
- Enclosing class:
- AnalogTrigger
- public class AnalogTrigger.AnalogTriggerException 
- extends RuntimeException
Exceptions dealing with improper operation of the Analog trigger
 
 
 
 
AnalogTrigger.AnalogTriggerException
public AnalogTrigger.AnalogTriggerException(String message)
- Create a new exception with the given message
 
- Parameters:
- message- the message to pass with the exception
 
"For updated information see the Java FRC site"