com.xpn.xwiki.gwt.api.client
Class XWikiGWTException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xpn.xwiki.gwt.api.client.XWikiGWTException
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, java.io.Serializable
public class XWikiGWTException
- extends java.lang.Exception
- implements com.google.gwt.user.client.rpc.IsSerializable
- See Also:
- Serialized Form
| 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 |
XWikiGWTException
public XWikiGWTException()
XWikiGWTException
public XWikiGWTException(java.lang.String message,
java.lang.String fullMessage,
int code,
int module)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
setMessage
public void setMessage(java.lang.String message)
getFullMessage
public java.lang.String getFullMessage()
setFullMessage
public void setFullMessage(java.lang.String fullMessage)
getCode
public int getCode()
setCode
public void setCode(int code)
getModule
public int getModule()
setModule
public void setModule(int module)
Copyright © 2004-2011 XWiki. All Rights Reserved.