com.atlassian.gadgets.view
Class GadgetRenderingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.view.GadgetRenderingException
All Implemented Interfaces:
Serializable

public class GadgetRenderingException
extends RuntimeException

Thrown if there is a problem trying to render a gadget (for example, if the request view is not defined)

See Also:
Serialized Form

Constructor Summary
GadgetRenderingException(GadgetState gadget, Throwable cause)
           
GadgetRenderingException(String message, GadgetState gadget)
           
GadgetRenderingException(String message, GadgetState gadget, Throwable cause)
           
 
Method Summary
 GadgetState getGadgetState()
           
 
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

GadgetRenderingException

public GadgetRenderingException(String message,
                                GadgetState gadget,
                                Throwable cause)

GadgetRenderingException

public GadgetRenderingException(String message,
                                GadgetState gadget)

GadgetRenderingException

public GadgetRenderingException(GadgetState gadget,
                                Throwable cause)
Method Detail

getGadgetState

public GadgetState getGadgetState()


Copyright © 2011 Atlassian. All Rights Reserved.