Package net.sourceforge.jarduino
Class ArduinoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.jarduino.ArduinoException
- All Implemented Interfaces:
Serializable
public class ArduinoException extends Exception
Exception class.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ArduinoException(String pMessage)
Constructor.ArduinoException(String pMessage, String pDetail)
Constructor.ArduinoException(String pMessage, Throwable e)
Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArduinoException
Constructor.- Parameters:
pMessage
- the message
-
ArduinoException
Constructor.- Parameters:
pMessage
- the messagee
- the exception
-
ArduinoException
Constructor.- Parameters:
pMessage
- the messagepDetail
- the detail
-
-
Method Details
-
getDetail
Obtain the detail.- Returns:
- the detail
-