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 Details

    • ArduinoException

      public ArduinoException​(String pMessage)
      Constructor.
      Parameters:
      pMessage - the message
    • ArduinoException

      public ArduinoException​(String pMessage, Throwable e)
      Constructor.
      Parameters:
      pMessage - the message
      e - the exception
    • ArduinoException

      public ArduinoException​(String pMessage, String pDetail)
      Constructor.
      Parameters:
      pMessage - the message
      pDetail - the detail
  • Method Details

    • getDetail

      public String getDetail()
      Obtain the detail.
      Returns:
      the detail