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 534527 2007-05-02 16:10:59Z tv $
Author:
Dave Bryson

Constructor Summary
Error()
           
 
Method Summary
 org.apache.ecs.ConcreteElement doBuild(RunData data)
          Build screen.
 
Methods inherited from class org.apache.turbine.modules.Screen
build, getLayout, prepareText, prepareTextMinimum, setLayout
 
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
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.


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