com.google.doclava
Class ErrorCode

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

public final class ErrorCode
extends Object


Constructor Summary
ErrorCode(int code, int level)
           
 
Method Summary
 int getCode()
           
 int getLevel()
           
protected  void setLevel(int level)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorCode

public ErrorCode(int code,
                 int level)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getCode

public int getCode()

setLevel

protected void setLevel(int level)

getLevel

public int getLevel()


Copyright © 2010-2013 Google. All Rights Reserved.