Uses of Class
org.zkoss.util.ModificationException

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(java.lang.Object obj, java.lang.String name, java.lang.Object val, boolean autoCoerce)
          Sets the value of the specified public filed or public method in the object.
static void Fields.setByCompound(java.lang.Object obj, java.lang.String name, java.lang.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(java.lang.Object obj, java.lang.String name, java.lang.Object val, boolean autoCoerce)
          Sets the value of the specified public field or public method in the object.
static void Fields.setField(java.lang.Object obj, java.lang.String name, java.lang.Object val)
          Deprecated. As of release 3.0.6, replaced with Fields.setByCompound(Object, String, Object, boolean).
static void Fields.setField(java.lang.Object obj, java.lang.String name, java.lang.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(java.lang.Throwable t)
          Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
static ModificationException ModificationException.Aide.wrap(java.lang.Throwable t, int code)
          Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
static ModificationException ModificationException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)
          Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
static ModificationException ModificationException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)
          Converts an exception to ModificationException or InvalidValueException depending on whether t implements Expectable.
static ModificationException ModificationException.Aide.wrap(java.lang.Throwable t, java.lang.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.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo