Uses of Class
ro.isdc.wro.WroRuntimeException

Packages that use WroRuntimeException
ro.isdc.wro   
ro.isdc.wro.extensions.processor.css   
ro.isdc.wro.extensions.processor.js   
ro.isdc.wro.extensions.processor.support.csslint   
ro.isdc.wro.extensions.processor.support.linter   
ro.isdc.wro.http.support   
ro.isdc.wro.model.group   
 

Uses of WroRuntimeException in ro.isdc.wro
 

Methods in ro.isdc.wro that return WroRuntimeException
 WroRuntimeException WroRuntimeException.logError()
          Logs the error of this exception.
static WroRuntimeException WroRuntimeException.wrap(Exception e)
          Wraps original exception into WroRuntimeException and throw it.
static WroRuntimeException WroRuntimeException.wrap(Exception e, String message)
          Wraps original exception into WroRuntimeException and throw it.
 

Uses of WroRuntimeException in ro.isdc.wro.extensions.processor.css
 

Methods in ro.isdc.wro.extensions.processor.css with parameters of type WroRuntimeException
protected  void SassCssProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void RubySassCssProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void RhinoLessCssProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void CssLintProcessor.onException(WroRuntimeException e)
          Invoked when an unexpected exception occurred during processing.
 

Uses of WroRuntimeException in ro.isdc.wro.extensions.processor.js
 

Methods in ro.isdc.wro.extensions.processor.js with parameters of type WroRuntimeException
protected  void PackerJsProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void CJsonProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void BeautifyJsProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void AbstractLinterProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
protected  void JsonHPackProcessor.onException(WroRuntimeException e)
          Invoked when a processing exception occurs.
 

Uses of WroRuntimeException in ro.isdc.wro.extensions.processor.support.csslint
 

Subclasses of WroRuntimeException in ro.isdc.wro.extensions.processor.support.csslint
 class CssLintException
          Exception caused by CssLint processing.
 

Uses of WroRuntimeException in ro.isdc.wro.extensions.processor.support.linter
 

Subclasses of WroRuntimeException in ro.isdc.wro.extensions.processor.support.linter
 class LinterException
          Exception caused by JsHint processing.
 

Uses of WroRuntimeException in ro.isdc.wro.http.support
 

Subclasses of WroRuntimeException in ro.isdc.wro.http.support
 class UnauthorizedRequestException
          This exception is thrown when an invalid group is requested..
 

Uses of WroRuntimeException in ro.isdc.wro.model.group
 

Subclasses of WroRuntimeException in ro.isdc.wro.model.group
 class InvalidGroupNameException
          This exception is thrown when an invalid group is requested..
 class RecursiveGroupDefinitionException
          This exception is thrown when the group a recursively referring each-other.
 



Copyright © 2008-2013. All Rights Reserved.