Uses of Class
com.pi4j.extension.exception.ExtensionException
-
Packages that use ExtensionException Package Description com.pi4j.platform.exception com.pi4j.provider.exception -
-
Uses of ExtensionException in com.pi4j.platform.exception
Subclasses of ExtensionException in com.pi4j.platform.exception Modifier and Type Class Description class
PlatformAlreadyExistsException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
PlatformException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
PlatformInitializeException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
PlatformNotFoundException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
PlatformTypeException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned. -
Uses of ExtensionException in com.pi4j.provider.exception
Subclasses of ExtensionException 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
ProviderException
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.
-