org.apache.any23.validator
Class ValidationReport.FixError

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

public static class ValidationReport.FixError
extends ValidationReport.Error

An error occurred while executing a fix.

See Also:
Serialized Form

Constructor Summary
ValidationReport.FixError(Fix f, Exception e, String msg)
           
 
Method Summary
 Fix 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.FixError

public ValidationReport.FixError(Fix f,
                                 Exception e,
                                 String msg)
Method Detail

getOrigin

public Fix getOrigin()

toString

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


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