org.apache.any23.validator
Class ValidationReport.RuleError

java.lang.Object
  extended by org.apache.any23.validator.ValidationReport.Error
      extended by org.apache.any23.validator.ValidationReport.RuleError
All Implemented Interfaces:
Serializable
Enclosing interface:
ValidationReport

public static class ValidationReport.RuleError
extends ValidationReport.Error

An error occurred while executing a rule.

See Also:
Serialized Form

Constructor Summary
ValidationReport.RuleError(Rule r, Exception e, String msg)
           
 
Method Summary
 Rule getOrigin()
           
 String toString()
           
 
Methods inherited from class org.apache.any23.validator.ValidationReport.Error
getCause, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationReport.RuleError

public ValidationReport.RuleError(Rule r,
                                  Exception e,
                                  String msg)
Method Detail

getOrigin

public Rule getOrigin()

toString

public String toString()
Overrides:
toString in class ValidationReport.Error


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.