edu.wpi.first.wpilibj
Class HiTechnicCompass.CompassException
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.HiTechnicCompass.CompassException
edu.wpi.first.wpilibj.HiTechnicCompass.CompassException
- Enclosing class:
- HiTechnicCompass
- public class HiTechnicCompass.CompassException 
- extends RuntimeException
An exception dealing with connecting to and communicating with the
 HiTechnicCompass
 
 
 
 
HiTechnicCompass.CompassException
public HiTechnicCompass.CompassException(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"