java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pi4j.exception.Pi4JException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtensionException,InitializeException,IOException,LifecycleException
Base exception class for Pi4J exceptions.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPi4JException(String message) Default ConstructorPi4JException(String message, Throwable cause) Constructor for Pi4JException.Pi4JException(Throwable cause) Constructor for Pi4JException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString