public class ParseErrorEvent extends GwtEvent<ParseErrorEvent.ParseErrorHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParseErrorEvent.HasParseErrorHandlers
A widget that implements this interface is a public source of
ParseErrorEvent events. |
static interface |
ParseErrorEvent.ParseErrorHandler
Handler for
ParseErrorEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
ParseErrorEvent(String errorValue,
ParseException exception) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> |
getAssociatedType() |
String |
getErrorValue()
Returns the value that could not be parsed.
|
ParseException |
getException()
Returns the parse exception.
|
static GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> |
getType()
Gets the type associated with this event.
|
public ParseErrorEvent(String errorValue, ParseException exception)
public ParseException getException()
public String getErrorValue()
public static GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getType()
public GwtEvent.Type<ParseErrorEvent.ParseErrorHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ParseErrorEvent.ParseErrorHandler>Copyright © 2012. All Rights Reserved.