com.sencha.gxt.widget.core.client.event
Class ParseErrorEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ParseErrorEvent.ParseErrorHandler>
com.sencha.gxt.widget.core.client.event.ParseErrorEvent
public class ParseErrorEvent
- extends GwtEvent<ParseErrorEvent.ParseErrorHandler>
| Methods inherited from class com.google.web.bindery.event.shared.Event |
toDebugString, toString |
ParseErrorEvent
public ParseErrorEvent(String errorValue,
ParseException exception)
getException
public ParseException getException()
- Returns the parse exception.
- Returns:
- the exception
getErrorValue
public String getErrorValue()
- Returns the value that could not be parsed.
- Returns:
- the value
getType
public static GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<ParseErrorEvent.ParseErrorHandler>
Copyright © 2012. All Rights Reserved.