edu.wpi.first.wpilibj
Class Relay.InvalidValueException
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.Relay.InvalidValueException
edu.wpi.first.wpilibj.Relay.InvalidValueException
- Enclosing class:
- Relay
- public class Relay.InvalidValueException 
- extends RuntimeException
This class represents errors in trying to set relay values contradictory
 to the direction to which the relay is set.
 
 
 
 
Relay.InvalidValueException
public Relay.InvalidValueException(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"