org.zkoss.xel
Class XelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zkoss.lang.SystemException
                  extended by org.zkoss.xel.XelException
All Implemented Interfaces:
java.io.Serializable, Messageable, MessageConst

public class XelException
extends SystemException

Represents a XEL exception.

Since:
3.0.0
Author:
tomyeh
See Also:
Serialized Form

Nested Class Summary
static class XelException.Aide
          Utilities.
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.BundleInfo
 
Field Summary
 
Fields inherited from class org.zkoss.lang.SystemException
_code
 
Fields inherited from interface org.zkoss.mesg.MessageConst
NULL_CODE
 
Constructor Summary
XelException()
           
XelException(int code)
           
XelException(int code, java.lang.Object fmtArg)
           
XelException(int code, java.lang.Object[] fmtArgs)
           
XelException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
           
XelException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
           
XelException(int code, java.lang.Throwable cause)
           
XelException(java.lang.String s)
           
XelException(java.lang.String msg, java.lang.Throwable cause)
           
XelException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XelException

public XelException(java.lang.String msg,
                    java.lang.Throwable cause)

XelException

public XelException(java.lang.String s)

XelException

public XelException(java.lang.Throwable cause)

XelException

public XelException()

XelException

public XelException(int code,
                    java.lang.Object[] fmtArgs,
                    java.lang.Throwable cause)

XelException

public XelException(int code,
                    java.lang.Object fmtArg,
                    java.lang.Throwable cause)

XelException

public XelException(int code,
                    java.lang.Object[] fmtArgs)

XelException

public XelException(int code,
                    java.lang.Object fmtArg)

XelException

public XelException(int code,
                    java.lang.Throwable cause)

XelException

public XelException(int code)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo