Uses of Class
com.pi4j.exception.Pi4JException
-
Packages that use Pi4JException Package Description com.pi4j.exception com.pi4j.extension.exception com.pi4j.io.exception com.pi4j.platform.exception com.pi4j.provider.exception -
-
Uses of Pi4JException in com.pi4j.exception
Subclasses of Pi4JException in com.pi4j.exception Modifier and Type Class Description class
InitializeException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
LifecycleException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
ShutdownException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned. -
Uses of Pi4JException in com.pi4j.extension.exception
Subclasses of Pi4JException in com.pi4j.extension.exception Modifier and Type Class Description class
ExtensionException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned. -
Uses of Pi4JException in com.pi4j.io.exception
Subclasses of Pi4JException in com.pi4j.io.exception Modifier and Type Class Description class
IOAlreadyExistsException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IOBoundsException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IOException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IOIllegalValueException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IOInvalidIDException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IONotFoundException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IOReadException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned.class
IOShutdownException
This exception is thrown if a platform assignment is attempted when a platform instance has already been assigned. -
Uses of Pi4JException in com.pi4j.platform.exception
Subclasses of Pi4JException 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 Pi4JException in com.pi4j.provider.exception
Subclasses of Pi4JException 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.
-