Class MeterlinkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.flir.thermalsdk.meterlink.MeterlinkException
All Implemented Interfaces:
Serializable

public final class MeterlinkException extends Exception
A class representing a Meterlink exception.
See Also:
  • Constructor Details

    • MeterlinkException

      public MeterlinkException(MeterlinkExceptionType type)
      Basic constructor.
      Parameters:
      type - a type of the exception
    • MeterlinkException

      public MeterlinkException(MeterlinkExceptionType type, String message)
      Basic constructor with a message.
      Parameters:
      type - a type of the exception
      message - a message
  • Method Details