info.magnolia.module.form.templates.components
Class ErrorView

java.lang.Object
  extended by info.magnolia.module.form.templates.components.ErrorView
All Implemented Interfaces:
View, Serializable

public class ErrorView
extends Object
implements View

Common error view used when something unexpected happens.

See Also:
Serialized Form

Constructor Summary
ErrorView(String errorMessage)
           
 
Method Summary
 String execute()
           
 String getErrorMessage()
           
 void setErrorMessage(String errorMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorView

public ErrorView(String errorMessage)
Method Detail

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

execute

public String execute()
Specified by:
execute in interface View


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.