|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.infoteria.gui.property.PropertyException | +--com.infoteria.gui.property.event.PropertyChangeVetoException
プロパティの変更を拒否する例外
Constructor Summary | |
PropertyChangeVetoException()
|
|
PropertyChangeVetoException(java.lang.String message)
|
|
PropertyChangeVetoException(java.lang.String message,
java.lang.Throwable cause)
|
|
PropertyChangeVetoException(java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 PropertyChangeVetoException()
public PropertyChangeVetoException(java.lang.String message)
public PropertyChangeVetoException(java.lang.Throwable cause)
public PropertyChangeVetoException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |