"

2013 FRC Java API

"

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
Enclosing class:
AnalogTrigger

public class AnalogTrigger.AnalogTriggerException
extends RuntimeException

Exceptions dealing with improper operation of the Analog trigger


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

AnalogTrigger.AnalogTriggerException

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

Parameters:
message - the message to pass with the exception

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"