|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.error.ErrorDocument
@Deprecated public class ErrorDocument
Represents an error renderable by CError.
| 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 |
|---|
public ErrorDocument()
| Method Detail |
|---|
public Document getDocument()
public String getChannelName()
public void setChannelName(String channelName)
channelName - The channelName to set.public String getChannelSubscribeId()
public void setChannelSubscribeId(String channelSubscribeId)
channelSubscribeId - The channelSubscribeId to set.public ErrorCode getCode()
public void setCode(ErrorCode code)
code - The code to set.public String getMessage()
public void setMessage(String message)
message - The message to set.public Throwable getThrowable()
public void setThrowable(Throwable throwable)
throwable - The throwable to set.public IThrowableToElement getThrowableToElement()
public void setThrowableToElement(IThrowableToElement throwableToElement)
throwableToElement - The throwableToElement to set.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||