org.apache.turbine.modules.screens
Class Error
java.lang.Object
org.apache.turbine.modules.Assembler
org.apache.turbine.modules.Screen
org.apache.turbine.modules.screens.Error
public class Error
- extends Screen
This is a sample Error Screen module.
- Version:
- $Id: Error.java 938645 2010-04-27 20:57:51Z tv $
- Author:
- Dave Bryson, Peter Courcoux
Constructor Summary |
Error()
|
Method Summary |
org.apache.ecs.ConcreteElement |
doBuild(PipelineData pipelineData)
Build screen. |
org.apache.ecs.ConcreteElement |
doBuild(RunData data)
Deprecated. Use PipelineData version instead. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Error
public Error()
doBuild
public org.apache.ecs.ConcreteElement doBuild(RunData data)
throws Exception
- Deprecated. Use PipelineData version instead.
- Build screen.
- Specified by:
doBuild
in class Screen
- Parameters:
data
- Turbine information.
- Returns:
- ConcreteElement the page with all the error information.
- Throws:
Exception
- a generic exception.
doBuild
public org.apache.ecs.ConcreteElement doBuild(PipelineData pipelineData)
throws Exception
- Build screen.
- Overrides:
doBuild
in class Screen
- Parameters:
data
- Turbine information.
- Returns:
- ConcreteElement the page with all the error information.
- Throws:
Exception
- a generic exception.
Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.