com.vaadin.terminal.gwt.client
Class ApplicationConfiguration.ErrorMessage

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.vaadin.terminal.gwt.client.ApplicationConfiguration.ErrorMessage
Enclosing class:
ApplicationConfiguration

public static final class ApplicationConfiguration.ErrorMessage
extends com.google.gwt.core.client.JavaScriptObject

Wraps a native javascript object containing fields for an error message

Since:
7.0

Constructor Summary
protected ApplicationConfiguration.ErrorMessage()
           
 
Method Summary
 String getCaption()
           
 String getMessage()
           
 String getUrl()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationConfiguration.ErrorMessage

protected ApplicationConfiguration.ErrorMessage()
Method Detail

getCaption

public final String getCaption()

getMessage

public final String getMessage()

getUrl

public final String getUrl()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.