Class CCModifierException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CCFilterException

public class CCModifierException extends CCImportException
Represents an exception when a code coverage result modifier was performing an operation
Since:
4.0
See Also:
  • Constructor Details

  • Method Details

    • setBaseItem

      public void setBaseItem(ICCBase item)
      Sets the item that caused the modifier exception
      Parameters:
      item - the code coverage item that caused this exception
    • getBaseItem

      public ICCBase getBaseItem()
      Retrieves the code coverage base item that caused this exception. May be null.
      Returns:
      the code coverage base item
    • getModifier

      public ICCResultModifier getModifier()
      Retrieves the code coverage result modifier for this exception, may be null.
      Returns:
      the code coverage results modifier