org.sakaiproject.portal.render.api
Class ToolRenderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.sakaiproject.portal.render.api.ToolRenderException
- All Implemented Interfaces:
- Serializable
public class ToolRenderException
- extends IOException
Exception thrown when an error occurs while preprocessing or rendering a
portlet.
- Since:
- Sakai 2.2.3
- Version:
- $Rev: 21708 $
- See Also:
- Serialized Form
|
Method Summary |
Throwable |
getThrowable()
Retrieve the exception which caused this exception to be rethrown. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ToolRenderException
public ToolRenderException(String message,
Throwable throwable)
- Default constructor
- Parameters:
message - the exception messagethrowable - the root cause.
ToolRenderException
public ToolRenderException(String message)
- Alternate constructor indicating that this exception is the root cause.
- Parameters:
message - the exception message
getThrowable
public Throwable getThrowable()
- Retrieve the exception which caused this exception to be rethrown.
- Returns:
- the root cause
Copyright © 2003-2012 Sakai Project. All Rights Reserved.