com.f1j.ss.pivot
Class ErrorListener.EType

java.lang.Object
  |
  +--com.f1j.util.ResourceStringRef
        |
        +--com.f1j.util.Enum
              |
              +--com.f1j.ss.pivot.ErrorListener.EType

public static final class ErrorListener.EType
extends com.f1j.util.Enum

Enumeration class for defining the types of errors.


Field Summary
static ErrorListener.EType eCircularReference
          Used to indicate that a circular reference error was encountered during the layout of the PivotRange.
static ErrorListener.EType eTooManyItems
          Used to indicate that too many items were in a field; cleanup occurred during the layout of the PivotRange.
 

Field Detail

eCircularReference

public static final ErrorListener.EType eCircularReference
Used to indicate that a circular reference error was encountered during the layout of the PivotRange.
Since:
11.0

eTooManyItems

public static final ErrorListener.EType eTooManyItems
Used to indicate that too many items were in a field; cleanup occurred during the layout of the PivotRange.
Since:
11.0