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 SummaryConstructors Constructor Description QualityCodeException(QualityCode value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QualityCodegetQualityCode()
 
- 
- 
- 
Constructor Detail- 
QualityCodeExceptionpublic QualityCodeException(QualityCode value) 
 
- 
 - 
Method Detail- 
getQualityCodepublic QualityCode getQualityCode() 
 
- 
 
-