com.google.doclava
Class ErrorReport

java.lang.Object
  extended by com.google.doclava.ErrorReport

public final class ErrorReport
extends Object


Constructor Summary
ErrorReport(int code, Set<ErrorMessage> errors)
           
 
Method Summary
 int getCode()
           
 Set<ErrorMessage> getErrors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorReport

public ErrorReport(int code,
                   Set<ErrorMessage> errors)
Method Detail

getCode

public int getCode()

getErrors

public Set<ErrorMessage> getErrors()


Copyright © 2010-2013 Google. All Rights Reserved.