public DuplicateRuleNameException(Package pkg, Rule originalRule, Rule conflictingRule)(Code)
See Also:java.lang.Exception.Exception Parameters: pkg - The Package. Parameters: originalRule - The Rule already in the Package. Parameters: conflictingRule - The new, conflicting Rule.
See Also:java.lang.Exception.Exception(Throwable cause) Parameters: pkg - The Package. Parameters: originalRule - The Rule already in the Package. Parameters: conflictingRule - The new, conflicting Rule.