org.jasig.portal.channels.error
Class ErrorDocument

java.lang.Object
  extended by org.jasig.portal.channels.error.ErrorDocument

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class ErrorDocument
extends Object

Represents an error renderable by CError.

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
andrew.petro@yale.edu

Constructor Summary
ErrorDocument()
          Deprecated.  
 
Method Summary
 String getChannelName()
          Deprecated.  
 String getChannelSubscribeId()
          Deprecated.  
 ErrorCode getCode()
          Deprecated.  
 Document getDocument()
          Deprecated. Get a Document representing the Throwable.
 String getMessage()
          Deprecated.  
 Throwable getThrowable()
          Deprecated.  
 IThrowableToElement getThrowableToElement()
          Deprecated.  
 void setChannelName(String channelName)
          Deprecated.  
 void setChannelSubscribeId(String channelSubscribeId)
          Deprecated.  
 void setCode(ErrorCode code)
          Deprecated.  
 void setMessage(String message)
          Deprecated.  
 void setThrowable(Throwable throwable)
          Deprecated.  
 void setThrowableToElement(IThrowableToElement throwableToElement)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorDocument

public ErrorDocument()
Deprecated. 
Method Detail

getDocument

public Document getDocument()
Deprecated. 
Get a Document representing the Throwable.

Returns:
a Document representing the Throwable.

getChannelName

public String getChannelName()
Deprecated. 
Returns:
Returns the channelName.

setChannelName

public void setChannelName(String channelName)
Deprecated. 
Parameters:
channelName - The channelName to set.

getChannelSubscribeId

public String getChannelSubscribeId()
Deprecated. 
Returns:
Returns the channelSubscribeId.

setChannelSubscribeId

public void setChannelSubscribeId(String channelSubscribeId)
Deprecated. 
Parameters:
channelSubscribeId - The channelSubscribeId to set.

getCode

public ErrorCode getCode()
Deprecated. 
Returns:
Returns the code.

setCode

public void setCode(ErrorCode code)
Deprecated. 
Parameters:
code - The code to set.

getMessage

public String getMessage()
Deprecated. 
Returns:
Returns the message.

setMessage

public void setMessage(String message)
Deprecated. 
Parameters:
message - The message to set.

getThrowable

public Throwable getThrowable()
Deprecated. 
Returns:
Returns the throwable.

setThrowable

public void setThrowable(Throwable throwable)
Deprecated. 
Parameters:
throwable - The throwable to set.

getThrowableToElement

public IThrowableToElement getThrowableToElement()
Deprecated. 
Returns:
Returns the throwableToElement.

setThrowableToElement

public void setThrowableToElement(IThrowableToElement throwableToElement)
Deprecated. 
Parameters:
throwableToElement - The throwableToElement to set.

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.