|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModificationException | |
|---|---|
| org.zkoss.lang.reflect | Utilities for Java reflection. |
| org.zkoss.util | Utilities for handling data structures. |
| org.zkoss.util.media | Media classes, interfaces and utilities. |
| Uses of ModificationException in org.zkoss.lang.reflect |
|---|
| Methods in org.zkoss.lang.reflect that throw ModificationException | |
|---|---|
static void |
Fields.set(Object obj,
String name,
Object val,
boolean autoCoerce)
Sets the value of the specified public filed or public method in the object. |
static void |
Fields.setByCompound(Object obj,
String name,
Object val)
Sets the value of the specfied public field or public method in the object, without converting the specified val. |
static void |
Fields.setByCompound(Object obj,
String name,
Object val,
boolean autoCoerce)
Sets the value of the specified public field or public method in the object. |
static void |
Fields.setField(Object obj,
String name,
Object val)
Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean). |
static void |
Fields.setField(Object obj,
String name,
Object val,
boolean autoCoerce)
Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean). |
| Uses of ModificationException in org.zkoss.util |
|---|
| Subclasses of ModificationException in org.zkoss.util | |
|---|---|
class |
InvalidValueException
Denotes an invalid value is passed to a setter method. |
| Methods in org.zkoss.util that return ModificationException | |
|---|---|
static ModificationException |
ModificationException.Aide.wrap(Throwable t)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
ModificationException.Aide.wrap(Throwable t,
int code)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
ModificationException.Aide.wrap(Throwable t,
int code,
Object fmtArg)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
ModificationException.Aide.wrap(Throwable t,
int code,
Object[] fmtArgs)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
static ModificationException |
ModificationException.Aide.wrap(Throwable t,
String msg)
Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable. |
| Uses of ModificationException in org.zkoss.util.media |
|---|
| Methods in org.zkoss.util.media that throw ModificationException | |
|---|---|
void |
Photo.setAvatar(Image avatar)
Sets the avator (icon) of this object. |
void |
Photo.setPhoto(Image photo)
Sets the photo of this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||