public class UiException
extends org.zkoss.lang.SystemException
Modifier and Type | Class and Description |
---|---|
static class |
UiException.Aide
Utilities to wrap
UiException . |
Constructor and Description |
---|
UiException() |
UiException(int code) |
UiException(int code,
Object fmtArg) |
UiException(int code,
Object[] fmtArgs) |
UiException(int code,
Object[] fmtArgs,
Throwable cause) |
UiException(int code,
Object fmtArg,
Throwable cause) |
UiException(int code,
Throwable cause) |
UiException(String s) |
UiException(String msg,
Throwable cause) |
UiException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UiException(String s)
public UiException(Throwable cause)
public UiException()
public UiException(int code, Object[] fmtArgs)
public UiException(int code, Object fmtArg)
public UiException(int code, Throwable cause)
public UiException(int code)
Copyright © 2017. All rights reserved.