|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.progress.common.exception.ProException
|
+--com.progress.open4gl.Open4GLException
|
+--com.progress.open4gl.OutputSetException
OutputSetException is an extension of the Open4GLException class. It can be returned from a ProSQLException object using the ProSQLException.getProException() method. It should be used when the application needs access to the standard PROGRESS messaging methods rather than the java.sql.SQLException methods.
ProSQLException.getProException(),
ProSQLException,
Serialized Form| Constructor Summary | |
OutputSetException()
|
|
OutputSetException(long id,
java.lang.Object[] args)
|
|
| Methods inherited from class com.progress.common.exception.ProException |
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OutputSetException()
public OutputSetException(long id,
java.lang.Object[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||