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$
Author:
Dave Bryson

Fields inherited from class org.apache.turbine.modules.Screen
filter, minFilter
 
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, htmlFilter, htmlMinFilter, prepareText, prepareTextMinimum, setLayout
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, 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.
Overrides:
doBuild in class Screen
Parameters:
data - Turbine information.
Throws:
Exception, - a generic exception.


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.