org.apache.shindig.gadgets.render
Class RenderingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.shindig.gadgets.render.RenderingException
- All Implemented Interfaces:
- Serializable
public class RenderingException
- extends Exception
Exceptions thrown during gadget rendering.
These execeptions will usually translate directly into an end-user error message, so they should
be easily localizable.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RenderingException
public RenderingException(Throwable t,
int httpStatusCode)
RenderingException
public RenderingException(String message,
int httpStatusCode)
RenderingException
public RenderingException(String message,
Throwable t,
int httpStatusCode)
getHttpStatusCode
public int getHttpStatusCode()
Copyright © 2007-2012. All Rights Reserved.