Class QualityCodeException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.inductiveautomation.ignition.common.model.values.QualityCodeException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class QualityCodeException extends java.lang.ExceptionThis class is a type of exception that is used to communicate a QualityCode based result. In other words, it does not communicate a message, just a quality code.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description QualityCodeException(QualityCode value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QualityCodegetQualityCode() 
 - 
 
- 
- 
Constructor Detail
- 
QualityCodeException
public QualityCodeException(QualityCode value)
 
 - 
 
- 
Method Detail
- 
getQualityCode
public QualityCode getQualityCode()
 
 - 
 
 -