org.apache.turbine.modules.screens
Class Error

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Screen
          extended byorg.apache.turbine.modules.screens.Error

public class Error
extends Screen

This is a sample Error Screen module.

Version:
$Id: Error.java,v 1.7 2004/08/02 08:57:33 epugh Exp $
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 org.apache.turbine.modules.Screen
build, build, getLayout, getLayout, prepareText, prepareTextMinimum, setLayout, setLayout
 
Methods inherited from class org.apache.turbine.modules.Assembler
getRunData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Error

public Error()
Method Detail

doBuild

public org.apache.ecs.ConcreteElement doBuild(RunData data)
                                       throws java.lang.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:
java.lang.Exception - a generic exception.

doBuild

public org.apache.ecs.ConcreteElement doBuild(PipelineData pipelineData)
                                       throws java.lang.Exception
Build screen.

Overrides:
doBuild in class Screen
Returns:
ConcreteElement the page with all the error information.
Throws:
java.lang.Exception - a generic exception.


Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.