org.zkoss.xel
Class XelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.xel.XelException
- All Implemented Interfaces:
- Serializable, Messageable, MessageConst
public class XelException
- extends SystemException
Represents a XEL exception.
- Since:
- 3.0.0
- Author:
- tomyeh
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XelException
public XelException(String msg,
Throwable cause)
XelException
public XelException(String s)
XelException
public XelException(Throwable cause)
XelException
public XelException()
XelException
public XelException(int code,
Object[] fmtArgs,
Throwable cause)
XelException
public XelException(int code,
Object fmtArg,
Throwable cause)
XelException
public XelException(int code,
Object[] fmtArgs)
XelException
public XelException(int code,
Object fmtArg)
XelException
public XelException(int code,
Throwable cause)
XelException
public XelException(int code)
Copyright © 2013. All Rights Reserved.