com.healthmarketscience.jackcess
Class BatchUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.healthmarketscience.jackcess.JackcessException
com.healthmarketscience.jackcess.BatchUpdateException
- All Implemented Interfaces:
- Serializable
public class BatchUpdateException
- extends JackcessException
JackcessException which is thrown from multi-add-row Table methods
which indicates how many rows were successfully written before the
underlying failure was encountered.
- Author:
- James Ahlborn
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BatchUpdateException
public BatchUpdateException(int updateCount,
String msg,
Throwable cause)
getUpdateCount
public int getUpdateCount()
Copyright © 2005-2017 Health Market Science. All Rights Reserved.