Class QualityCodeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class QualityCodeException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QualityCode getQualityCode()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QualityCodeException

        public QualityCodeException​(QualityCode value)
    • Method Detail