Uses of Class
com.pi4j.io.exception.IONotFoundException
-
Packages that use IONotFoundException Package Description com.pi4j.context com.pi4j.registry -
-
Uses of IONotFoundException in com.pi4j.context
Methods in com.pi4j.context that throw IONotFoundException Modifier and Type Method Description default <T extends IO>
TContext. getIO(String id)default <T extends IO>
TContext. getIO(String id, Class<T> ioClass)default booleanContext. hasIO(String id)default <T extends IO>
TContext. io(String id)default <T extends IO>
TContext. io(String id, Class<T> ioClass) -
Uses of IONotFoundException in com.pi4j.registry
Methods in com.pi4j.registry that throw IONotFoundException Modifier and Type Method Description <T extends IO>
TRegistry. get(String id)get.<T extends IO>
TRegistry. get(String id, Class<T> type)get.
-