Uses of Class
com.pi4j.io.exception.IOInvalidIDException
-
Packages that use IOInvalidIDException Package Description com.pi4j.context com.pi4j.registry -
-
Uses of IOInvalidIDException in com.pi4j.context
Methods in com.pi4j.context that throw IOInvalidIDException 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 boolean
Context. hasIO(String id)
default <T extends IO>
TContext. io(String id)
default <T extends IO>
TContext. io(String id, Class<T> ioClass)
-
Uses of IOInvalidIDException in com.pi4j.registry
Methods in com.pi4j.registry that throw IOInvalidIDException Modifier and Type Method Description <T extends IO>
TRegistry. get(String id)
get.<T extends IO>
TRegistry. get(String id, Class<T> type)
get.
-