|
|||||||||||
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 org.sadun.swt.widgets.MapEditor.TableItemChangeException
This exception can be raised by a TableItemChangeListener
when the changed
value of a property is problematic.
Constructor Summary | |
MapEditor.TableItemChangeException()
Create a TableItemChangeException . |
|
MapEditor.TableItemChangeException(java.lang.String message)
Create a TableItemChangeException with the given message. |
|
MapEditor.TableItemChangeException(java.lang.String message,
java.lang.Throwable cause)
Create a TableItemChangeException with the given message and underlying cause. |
|
MapEditor.TableItemChangeException(java.lang.Throwable cause)
Create a TableItemChangeException with an underlying cause. |
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 MapEditor.TableItemChangeException()
TableItemChangeException
.
public MapEditor.TableItemChangeException(java.lang.String message)
TableItemChangeException
with the given message.
message
- the message associated to the exceptionpublic MapEditor.TableItemChangeException(java.lang.String message, java.lang.Throwable cause)
TableItemChangeException
with the given message and underlying cause.
message
- the message associated to the exceptioncause
- the cause of the exception.public MapEditor.TableItemChangeException(java.lang.Throwable cause)
TableItemChangeException
with an underlying cause.
cause
- the cause of the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |