|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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
public class WrongValuesException
Denotes an exception that is an aggregation of multiple WrongValueException.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException |
|---|
UiException.Aide |
| Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst |
|---|
MessageConst.BundleInfo |
| Field Summary |
|---|
| Fields inherited from class org.zkoss.lang.SystemException |
|---|
_code |
| Fields inherited from interface org.zkoss.mesg.MessageConst |
|---|
NULL_CODE |
| Constructor Summary | |
|---|---|
WrongValuesException(WrongValueException[] wrongValueExs)
Constructs a multiple wrong value exception. |
|
| Method Summary | |
|---|---|
WrongValueException[] |
getWrongValueExceptions()
Returns all the exceptions (never null). |
| Methods inherited from class org.zkoss.lang.SystemException |
|---|
getCode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 WrongValuesException(WrongValueException[] wrongValueExs)
wrongValueExs - an array of WrongValueException
java.lang.IllegalArgumentException - if wrongValueExs is null or empty| Method Detail |
|---|
public WrongValueException[] getWrongValueExceptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||