|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
de.mguennewig.pobjects.PObjReadError
public class PObjReadError
This error is thrown if any SQL error occurs while
reading.
| Constructor Summary | |
|---|---|
PObjReadError(PObjSQLException cause)
Creates a new PObjects read error with an SQL error as cause. |
|
PObjReadError(java.sql.SQLException cause)
Creates a new PObjects read error with an SQL error as cause. |
|
PObjReadError(java.lang.String msg)
Creates a new PObjects read error with a simple text message. |
|
| Method Summary | |
|---|---|
PObjException |
getPObjException()
Returns the SQL error that caused this read error. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PObjReadError(java.lang.String msg)
public PObjReadError(java.sql.SQLException cause)
public PObjReadError(PObjSQLException cause)
| Method Detail |
|---|
public PObjException getPObjException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||