com.solarmetric.kodo.impl.jdbc.runtime
Class SQLExceptions
java.lang.Object
|
+--com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions
- public class SQLExceptions
- extends Object
Utility class for obtaining an array of Throwable[] objects
from a SQLException.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLExceptions
public SQLExceptions()
throwFatal
public static JDOFatalDataStoreException throwFatal(SQLException e)
throwDataStore
public static JDODataStoreException throwDataStore(SQLException e)
exceptions
public static Throwable[] exceptions(Throwable t)
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.