com.healthmarketscience.jackcess.util
Interface ErrorHandler.Location

All Known Implementing Classes:
TableImpl.RowState
Enclosing interface:
ErrorHandler

public static interface ErrorHandler.Location

Provides location information for an error.


Method Summary
 Table getTable()
           
 String toString()
          Contains details about the errored row, useful for debugging.
 

Method Detail

getTable

Table getTable()
Returns:
the table in which the error occurred

toString

String toString()
Contains details about the errored row, useful for debugging.

Overrides:
toString in class Object


Copyright © 2005-2016 Health Market Science. All Rights Reserved.