| java.lang.Object java.lang.Throwable java.lang.Exception org.zkoss.lang.CommonException org.zkoss.util.ModificationException
All known Subclasses: org.zkoss.util.InvalidValueException,
ModificationException | public class ModificationException extends CommonException (Code) | | Denotes a modification fails. It is considered as
a program bug, while
InvalidValueException is considered as
an operational error of user.
The create, remove and setter method of peristent beans (i3pb) must
declare this exception. Besides this exception and,
InvalidValueException ,
org.zkoss.i3.pb.RemoveException and org.zkoss.i3.pb.CreateException,
who derive from this class, might be thrown
author: tomyeh |
Inner Class :public static class Aide | |
ModificationException | public ModificationException(String s)(Code) | | |
ModificationException | public ModificationException()(Code) | | |
ModificationException | public ModificationException(int code, Object[] fmtArgs)(Code) | | |
ModificationException | public ModificationException(int code, Object fmtArg)(Code) | | |
ModificationException | public ModificationException(int code, Throwable cause)(Code) | | |
ModificationException | public ModificationException(int code)(Code) | | |
Fields inherited from org.zkoss.lang.CommonException | protected int _code(Code)(Java Doc)
|
Methods inherited from org.zkoss.lang.CommonException | final public int getCode()(Code)(Java Doc)
|
|
|