Uses of Class
com.pi4j.provider.exception.ProviderException
-
Packages that use ProviderException Package Description com.pi4j.platform com.pi4j.provider com.pi4j.provider.exception -
-
Uses of ProviderException in com.pi4j.platform
Methods in com.pi4j.platform that throw ProviderException Modifier and Type Method Description protected void
PlatformBase. addProvider(Context context, String providerId)
addProvider. -
Uses of ProviderException in com.pi4j.provider
Methods in com.pi4j.provider that throw ProviderException Modifier and Type Method Description boolean
ProviderGroup. exists(String providerId)
exists.T
ProviderGroup. get(String providerId)
get. -
Uses of ProviderException in com.pi4j.provider.exception
Subclasses of ProviderException in com.pi4j.provider.exception Modifier and Type Class Description class
ProviderAlreadyExistsException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
ProviderInitializeException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
ProviderInterfaceException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
ProviderIOTypeException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
ProviderNotFoundException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
ProviderTypeException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.
-