Package edu.wpi.first.wpilibj
Class AnalogTrigger.AnalogTriggerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AnalogTrigger
public static class AnalogTrigger.AnalogTriggerException extends RuntimeException
Exceptions dealing with improper operation of the Analog trigger.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description AnalogTriggerException(String message)Create a new exception with the given message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AnalogTriggerExceptionCreate a new exception with the given message.- Parameters:
- message- the message to pass with the exception
 
 
-