Class ApplicationConfiguration.ErrorMessage

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.vaadin.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

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
     
    final String
     
    final String
     

    Methods inherited from class com.google.gwt.core.client.JavaScriptObject

    cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ErrorMessage

      protected ErrorMessage()
  • Method Details

    • getCaption

      public final String getCaption()
    • getMessage

      public final String getMessage()
    • getUrl

      public final String getUrl()