Class MeasurementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.flir.thermalsdk.image.measurements.MeasurementException
All Implemented Interfaces:
Serializable

public class MeasurementException extends Exception
A class defining the Exception, which can occur when adding new MeasurementShape to the MeasurementShapeCollection. The exception can be thrown from a native code, which actually performs the operation.
See Also:
  • Constructor Details

    • MeasurementException

      public MeasurementException(String msg)
      Creates a new Exception.
      Parameters:
      msg - an Exception's message.