org.apache.maven.plugin.docck.reports
Class ErrorDocumentationReport

java.lang.Object
  extended by org.apache.maven.plugin.docck.reports.AbstractDocumentationReport
      extended by org.apache.maven.plugin.docck.reports.ErrorDocumentationReport
All Implemented Interfaces:
DocumentationReport

public class ErrorDocumentationReport
extends AbstractDocumentationReport

Author:
Edwin Punzalan

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.docck.reports.DocumentationReport
TYPE_ERROR, TYPE_INFO, TYPE_WARN
 
Constructor Summary
ErrorDocumentationReport(java.lang.String message)
           
 
Method Summary
 int getType()
           
 
Methods inherited from class org.apache.maven.plugin.docck.reports.AbstractDocumentationReport
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorDocumentationReport

public ErrorDocumentationReport(java.lang.String message)
Method Detail

getType

public int getType()


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.