class PmdTester::ProjectsParserException
When this exception is raised, it means that schema validate of 'project-list' xml file failed
Attributes
errors[R]
Public Class Methods
new(errors)
click to toggle source
# File lib/pmdtester/parsers/projects_parser.rb, line 33 def initialize(errors) @errors = errors end