| Package | Description |
|---|---|
| org.zkoss.lang |
The most fundamental Java utilities relevant.
|
| org.zkoss.util |
Utilities for handling data structures.
|
| org.zkoss.util.resource |
Resources and their locators and loaders.
|
| org.zkoss.xel |
XEL - Extensible Expression Language to encapsulate different
implementations, such as EL, MVEL and OGNL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperationException
The expectable system exception denoting user's operation errors.
|
class |
PotentialDeadLockException
Denote a potential dead lock might occur.
|
| Modifier and Type | Method and Description |
|---|---|
static SystemException |
SystemException.Aide.wrap(Throwable t)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
SystemException.Aide.wrap(Throwable t,
int code)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
SystemException.Aide.wrap(Throwable t,
int code,
Object fmtArg)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
SystemException.Aide.wrap(Throwable t,
int code,
Object[] fmtArgs)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
static SystemException |
SystemException.Aide.wrap(Throwable t,
String msg)
Converts an exception to SystemException or OperationException
depending on whether t implements Expectable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IllegalSyntaxException
Represents a syntax error.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Labels.getRequiredLabel(String key)
Returns the label of the specified key based on the current locale.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XelException
Represents a XEL exception.
|
Copyright © 2018. All rights reserved.