"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Class Preferences.IncompatibleTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.


Constructor Summary
Preferences.IncompatibleTypeException(String value, String type)
          Creates an exception with a description based on the input
 
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

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

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"