Class QualityCodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.model.values.QualityCodeException
All Implemented Interfaces:
Serializable

public class QualityCodeException extends Exception
This 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:
  • Constructor Details

    • QualityCodeException

      public QualityCodeException(QualityCode value)
  • Method Details