Package org.zkoss.zk.ui
Class WrongValuesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zkoss.lang.SystemException
-
- org.zkoss.zk.ui.UiException
-
- org.zkoss.zk.ui.OperationException
-
- org.zkoss.zk.ui.WrongValuesException
-
- All Implemented Interfaces:
java.io.Serializable,org.zkoss.lang.Expectable,org.zkoss.mesg.Messageable,org.zkoss.mesg.MessageConst
public class WrongValuesException extends OperationException
Denotes an exception that is an aggregation of multipleWrongValueException.- Since:
- 3.6.0
- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException
UiException.Aide
-
-
Constructor Summary
Constructors Constructor Description WrongValuesException(WrongValueException[] wrongValueExs)Constructs a multiple wrong value exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WrongValueException[]getWrongValueExceptions()Returns all the exceptions (never null).
-
-
-
Constructor Detail
-
WrongValuesException
public WrongValuesException(WrongValueException[] wrongValueExs)
Constructs a multiple wrong value exception.- Parameters:
wrongValueExs- an array ofWrongValueException- Throws:
java.lang.IllegalArgumentException- if wrongValueExs is null or empty
-
-
Method Detail
-
getWrongValueExceptions
public WrongValueException[] getWrongValueExceptions()
Returns all the exceptions (never null).
-
-