com.xpn.xwiki.gwt.api.client
Class XWikiGWTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.gwt.api.client.XWikiGWTException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class XWikiGWTException
extends Exception
implements com.google.gwt.user.client.rpc.IsSerializable

See Also:
Serialized Form

Constructor Summary
XWikiGWTException()
           
XWikiGWTException(String message, String fullMessage, int code, int module)
           
 
Method Summary
 int getCode()
           
 String getFullMessage()
           
 String getMessage()
           
 int getModule()
           
 void setCode(int code)
           
 void setFullMessage(String fullMessage)
           
 void setMessage(String message)
           
 void setModule(int module)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

XWikiGWTException

public XWikiGWTException()

XWikiGWTException

public XWikiGWTException(String message,
                         String fullMessage,
                         int code,
                         int module)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setMessage

public void setMessage(String message)

getFullMessage

public String getFullMessage()

setFullMessage

public void setFullMessage(String fullMessage)

getCode

public int getCode()

setCode

public void setCode(int code)

getModule

public int getModule()

setModule

public void setModule(int module)


Copyright © 2004-2012 XWiki. All Rights Reserved.