org.zkoss.web.servlet.dsp
Class DspException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zkoss.lang.SystemException
org.zkoss.web.servlet.dsp.DspException
- All Implemented Interfaces:
- Serializable, org.zkoss.mesg.Messageable, org.zkoss.mesg.MessageConst
public class DspException
- extends org.zkoss.lang.SystemException
Represents a DSP exception.
- Since:
- 3.0.7
- Author:
- tomyeh
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst |
org.zkoss.mesg.MessageConst.BundleInfo |
| Fields inherited from class org.zkoss.lang.SystemException |
_code |
| Fields inherited from interface org.zkoss.mesg.MessageConst |
NULL_CODE |
| 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 |
DspException
public DspException(String msg,
Throwable cause)
DspException
public DspException(String s)
DspException
public DspException(Throwable cause)
DspException
public DspException()
DspException
public DspException(int code,
Object[] fmtArgs,
Throwable cause)
DspException
public DspException(int code,
Object fmtArg,
Throwable cause)
DspException
public DspException(int code,
Object[] fmtArgs)
DspException
public DspException(int code,
Object fmtArg)
DspException
public DspException(int code,
Throwable cause)
DspException
public DspException(int code)
Copyright © 2015. All rights reserved.