org.zkoss.zk.ui
Class WrongValuesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zkoss.lang.SystemException
                  extended by org.zkoss.zk.ui.UiException
                      extended by org.zkoss.zk.ui.OperationException
                          extended by org.zkoss.zk.ui.WrongValuesException
All Implemented Interfaces:
java.io.Serializable, Expectable, Messageable, MessageConst

public class WrongValuesException
extends OperationException

Denotes an exception that is an aggregation of multiple WrongValueException.

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
 
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

WrongValuesException

public WrongValuesException(WrongValueException[] wrongValueExs)
Constructs a multiple wrong value exception.

Parameters:
wrongValueExs - an array of WrongValueException
Throws:
java.lang.IllegalArgumentException - if wrongValueExs is null or empty
Method Detail

getWrongValueExceptions

public WrongValueException[] getWrongValueExceptions()
Returns all the exceptions (never null).



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