org.sakaiproject.portal.render.api
Class ToolRenderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
ToolRenderException(String message)
          Alternate constructor indicating that this exception is the root cause.
ToolRenderException(String message, Throwable throwable)
          Default constructor
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ToolRenderException

public ToolRenderException(String message,
                           Throwable throwable)
Default constructor

Parameters:
message - the exception message
throwable - the root cause.

ToolRenderException

public ToolRenderException(String message)
Alternate constructor indicating that this exception is the root cause.

Parameters:
message - the exception message
Method Detail

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.