Class MeasurementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.flir.thermalsdk.image.measurements.MeasurementException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MeasurementException
Creates a newException
.- Parameters:
msg
- an Exception's message.
-