|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.data.provider.DataProviderException
com.sun.data.provider.TableCursorVetoException
public class TableCursorVetoException
The TableCursorVetoException is thrown when a listener to a cursorChanging event does not want the cursor to move.
TableCursorListener.cursorChanging(com.sun.data.provider.TableDataProvider, com.sun.data.provider.RowKey, com.sun.data.provider.RowKey),
Serialized Form| Constructor Summary | |
|---|---|
TableCursorVetoException()
|
|
TableCursorVetoException(java.lang.String message)
|
|
TableCursorVetoException(java.lang.String message,
java.lang.Throwable cause)
|
|
TableCursorVetoException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableCursorVetoException()
public TableCursorVetoException(java.lang.String message)
public TableCursorVetoException(java.lang.String message,
java.lang.Throwable cause)
public TableCursorVetoException(java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||