org.apache.portals.bridges.struts
Class StrutsPortletErrorContext

java.lang.Object
  extended by org.apache.portals.bridges.struts.StrutsPortletErrorContext
All Implemented Interfaces:
Serializable

public class StrutsPortletErrorContext
extends Object
implements Serializable

StrutsPortletErrorContext

Version:
$Id: StrutsPortletErrorContext.java 517068 2007-03-12 01:44:37Z ate $
Author:
Ate Douma
See Also:
Serialized Form

Constructor Summary
StrutsPortletErrorContext()
           
 
Method Summary
 Exception getError()
           
 int getErrorCode()
           
 String getErrorMessage()
           
 void setError(Exception error)
           
 void setErrorCode(int errorCode)
           
 void setErrorMessage(String errorMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrutsPortletErrorContext

public StrutsPortletErrorContext()
Method Detail

getError

public Exception getError()

setError

public void setError(Exception error)

getErrorCode

public int getErrorCode()

setErrorCode

public void setErrorCode(int errorCode)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)


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