asit.state
Class Error

java.lang.Object
  extended byasit.state.Error

public class Error
extends Object

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  String message_
           
protected  String title_
           
 
Constructor Summary
Error(String title, String message)
           
 
Method Summary
 String getMessage()
           
 String getTitle()
           
 void updateRequest(HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title_

protected String title_

message_

protected String message_
Constructor Detail

Error

public Error(String title,
             String message)
Method Detail

updateRequest

public void updateRequest(HttpServletRequest request)

getMessage

public String getMessage()
Returns:
Returns the message_.

getTitle

public String getTitle()
Returns:
Returns the title_.


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.