org.exoplatform.gwtframework.commons.exception
Class ExceptionThrownEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.exoplatform.gwtframework.commons.exception.ServerExceptionEvent<ExceptionThrownHandler>
              extended by org.exoplatform.gwtframework.commons.exception.ExceptionThrownEvent

public class ExceptionThrownEvent
extends ServerExceptionEvent<ExceptionThrownHandler>

Created by The eXo Platform SAS .

Version:
$
Author:
Vitaliy Gulyy

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ExceptionThrownHandler> TYPE
           
 
Constructor Summary
ExceptionThrownEvent(java.lang.String errorMessage)
           
ExceptionThrownEvent(java.lang.Throwable throwable)
           
ExceptionThrownEvent(java.lang.Throwable throwable, java.lang.String errorMesage)
           
 
Method Summary
protected  void dispatch(ExceptionThrownHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ExceptionThrownHandler> getAssociatedType()
           
 java.lang.String getErrorMessage()
           
 
Methods inherited from class org.exoplatform.gwtframework.commons.exception.ServerExceptionEvent
getException, setException
 
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
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<ExceptionThrownHandler> TYPE
Constructor Detail

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)
Method Detail

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.