Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.webwidgets.ui
Class WidgetEditorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ws.rs.WebApplicationException
                  extended by org.nuxeo.ecm.webengine.WebException
                      extended by org.nuxeo.theme.webwidgets.ui.WidgetEditorException
All Implemented Interfaces:
Serializable

public class WidgetEditorException
extends WebException

See Also:
Serialized Form

Constructor Summary
WidgetEditorException(String message)
           
WidgetEditorException(String message, Throwable cause)
           
WidgetEditorException(Throwable cause)
           
 
Method Summary
 Response getResponse()
           
 
Methods inherited from class org.nuxeo.ecm.webengine.WebException
getMessage, getReturnCode, getStackTraceString, getStatusCode, handleError, toResponse, toString, wrap, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WidgetEditorException

public WidgetEditorException(Throwable cause)

WidgetEditorException

public WidgetEditorException(String message)

WidgetEditorException

public WidgetEditorException(String message,
                             Throwable cause)
Method Detail

getResponse

public Response getResponse()
Overrides:
getResponse in class WebException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.