Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.editor
Class ThemeEditorException

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.editor.ThemeEditorException
All Implemented Interfaces:
Serializable

public class ThemeEditorException
extends WebException

See Also:
Serialized Form

Constructor Summary
ThemeEditorException(String message)
           
ThemeEditorException(String message, Throwable cause)
           
ThemeEditorException(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

ThemeEditorException

public ThemeEditorException(Throwable cause)

ThemeEditorException

public ThemeEditorException(String message)

ThemeEditorException

public ThemeEditorException(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.