Uses of Class
org.zkoss.zest.ZestException

Packages that use ZestException
org.zkoss.zest   
 

Uses of ZestException in org.zkoss.zest
 

Methods in org.zkoss.zest that return ZestException
static ZestException ZestException.Aide.wrap(java.lang.Throwable t)
          Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
static ZestException ZestException.Aide.wrap(java.lang.Throwable t, int code)
          Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
static ZestException ZestException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)
          Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
static ZestException ZestException.Aide.wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)
          Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
static ZestException ZestException.Aide.wrap(java.lang.Throwable t, java.lang.String msg)
          Converts an exception to ZestException or OperationException depending on whether t implements Expetable.
 



Copyright © 2005-2010 Potix Corporation. All Rights Reserved.