edu.wpi.first.wpilibj
Class Preferences.IncompatibleTypeException
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.Preferences.IncompatibleTypeException
edu.wpi.first.wpilibj.Preferences.IncompatibleTypeException
- Enclosing class:
- Preferences
- public static class Preferences.IncompatibleTypeException 
- extends RuntimeException
This exception is thrown if the a value requested cannot be converted to the requested type.
 
 
 
 
Preferences.IncompatibleTypeException
public Preferences.IncompatibleTypeException(String value,
                                             String type)
- Creates an exception with a description based on the input
 
- Parameters:
- value- the value that can not be converted
- type- the type that the value can not be converted to
 
"For updated information see the Java FRC site"