org.exoplatform.gwtframework.commons.exception
Class ExceptionThrownEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
org.exoplatform.gwtframework.commons.exception.ServerExceptionEvent<ExceptionThrownHandler>
org.exoplatform.gwtframework.commons.exception.ExceptionThrownEvent
public class ExceptionThrownEvent
- extends ServerExceptionEvent<ExceptionThrownHandler>
Created by The eXo Platform SAS .
- Version:
- $
- Author:
- Vitaliy Gulyy
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<ExceptionThrownHandler> TYPE
ExceptionThrownEvent
public ExceptionThrownEvent(java.lang.Throwable throwable)
ExceptionThrownEvent
public ExceptionThrownEvent(java.lang.String errorMessage)
ExceptionThrownEvent
public ExceptionThrownEvent(java.lang.Throwable throwable,
java.lang.String errorMesage)
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ExceptionThrownHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ExceptionThrownHandler>
dispatch
protected void dispatch(ExceptionThrownHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ExceptionThrownHandler>
getErrorMessage
public java.lang.String getErrorMessage()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.