public class XBRLFormulaInconsistencyOnFactVariable extends XBRLInconsistency
XBRLInconsistency.ContributorASSERTION_EVALUATION_FAILED, CALCULATION_COMPARISON_OF_NUMBER_WITH_ZERO_PRECISION_ZERO, CALCULATION_INCONSISTENCY_PERIOD_TYPES_MISTMATCH, CALCULATION_MISTMATCH, CALCULATION_RULE_SKIPPED_BY_DUPLICATE, DTS_DISCOVERY_FILE_NAME_DIFFERS, FORMULA_FACT_VARIABLE_FILTER_XPATH_EXCEPTION, FORMULA_GENERAL_VARIABLE_FILTER_XPATH_EXCEPTION, FORMULA_INCONSISTENCY_ON_XFI_FUNCION, NUMBER_ROUNDED_TO_PRECISION_ZERO, URI_IS_NOT_ABSOLUTE, UTR_INCONSISTENCY, XML_WARNING| Constructor and Description |
|---|
XBRLFormulaInconsistencyOnFactVariable(XFValidationException cause,
java.lang.String message)
Instantiates a new XBRL formula inconsistency on fact variable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMessage()
Gets the message.
|
int |
hashCode() |
getCode, getLocalizedMessagepublic XBRLFormulaInconsistencyOnFactVariable(XFValidationException cause, java.lang.String message)
cause - the causemessage - the messagepublic java.lang.String getMessage()
XBRLInconsistencygetMessage in class XBRLInconsistencypublic int hashCode()
hashCode in class XBRLInconsistencypublic boolean equals(java.lang.Object obj)
equals in class XBRLInconsistency