public abstract class XBRLInconsistency
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XBRLInconsistency.Contributor
Used to keep track of elements involved in the calculation.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ASSERTION_EVALUATION_FAILED
The Constant ASSERTION_EVALUATION_FAILED.
|
static int |
CALCULATION_COMPARISON_OF_NUMBER_WITH_ZERO_PRECISION_ZERO
The Constant CALCULATION_COMPARISON_OF_NUMBER_WITH_ZERO_PRECISION_ZERO.
|
static int |
CALCULATION_INCONSISTENCY_PERIOD_TYPES_MISTMATCH
The Constant CALCULATION_INCONSISTENCY_PERIOD_TYPES_MISTMATCH.
|
static int |
CALCULATION_MISTMATCH
The Constant CALCULATION_MISTMATCH.
|
static int |
CALCULATION_RULE_SKIPPED_BY_DUPLICATE
The Constant CALCULATION_RULE_SKIPPED_BY_DUPLICATE.
|
static int |
DTS_DISCOVERY_FILE_NAME_DIFFERS
The Constant DTS_DISCOVERY_FILE_NAME_DIFFERS.
|
static int |
FORMULA_FACT_VARIABLE_FILTER_XPATH_EXCEPTION
The Constant FORMULA_FACT_VARIABLE_FILTER_XPATH_EXCEPTION.
|
static int |
FORMULA_GENERAL_VARIABLE_FILTER_XPATH_EXCEPTION
The Constant FORMULA_GENERAL_VARIABLE_FILTER_XPATH_EXCEPTION.
|
static int |
FORMULA_INCONSISTENCY_ON_XFI_FUNCION
The Constant FORMULA_INCONSISTENCY_ON_XFI_FUNCION.
|
static int |
NUMBER_ROUNDED_TO_PRECISION_ZERO
The Constant NUMBER_ROUNDED_TO_PRECISION_ZERO.
|
static int |
URI_IS_NOT_ABSOLUTE
The Constant URI_IS_NOT_ABSOLUTE.
|
static int |
UTR_INCONSISTENCY
The Constant UTR_INCONSISTENCY.
|
static int |
XML_WARNING
The Constant XML_WARNING.
|
| Constructor and Description |
|---|
XBRLInconsistency(int code,
java.lang.String message)
Instantiates a new XBRL inconsistency.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCode()
Gets the code.
|
java.lang.String |
getLocalizedMessage()
Gets the localized message.
|
java.lang.String |
getMessage()
Gets the message.
|
int |
hashCode() |
public static final int CALCULATION_MISTMATCH
public static final int CALCULATION_RULE_SKIPPED_BY_DUPLICATE
public static final int CALCULATION_COMPARISON_OF_NUMBER_WITH_ZERO_PRECISION_ZERO
public static final int CALCULATION_INCONSISTENCY_PERIOD_TYPES_MISTMATCH
public static final int URI_IS_NOT_ABSOLUTE
public static final int XML_WARNING
public static final int FORMULA_FACT_VARIABLE_FILTER_XPATH_EXCEPTION
public static final int FORMULA_GENERAL_VARIABLE_FILTER_XPATH_EXCEPTION
public static final int FORMULA_INCONSISTENCY_ON_XFI_FUNCION
public static final int UTR_INCONSISTENCY
public static final int ASSERTION_EVALUATION_FAILED
public static final int DTS_DISCOVERY_FILE_NAME_DIFFERS
public static final int NUMBER_ROUNDED_TO_PRECISION_ZERO
public XBRLInconsistency(int code,
java.lang.String message)
code - the codemessage - the messagepublic java.lang.String getMessage()
public java.lang.String getLocalizedMessage()
public int getCode()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object