org.apache.any23.validator
Class ValidationReport.Error

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

public abstract static class ValidationReport.Error
extends Object
implements Serializable

An error occurred while performing the validation process.

See Also:
Serialized Form

Constructor Summary
ValidationReport.Error(Exception e, String msg)
           
 
Method Summary
 Exception getCause()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationReport.Error

public ValidationReport.Error(Exception e,
                              String msg)
Method Detail

getCause

public Exception getCause()

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object


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