|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||