com.adventnet.snmp.mibs
Class ErrorObject

java.lang.Object
  |
  +--com.adventnet.snmp.mibs.ErrorObject

public class ErrorObject
extends java.lang.Object


Method Summary
 int getColumnNo()
          Returns the line number of the error.
 java.lang.String getError()
          Returns the specific error message.
 int getLineNo()
          Returns the line number of the error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLineNo

public int getLineNo()
Returns the line number of the error.

getColumnNo

public int getColumnNo()
Returns the line number of the error.

getError

public java.lang.String getError()
Returns the specific error message.


Copyright (c)AdventNet Inc., 1996-2004