ro.isdc.wro.extensions.processor.support.csslint
Class CssLintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ro.isdc.wro.WroRuntimeException
                  extended by ro.isdc.wro.extensions.processor.support.csslint.CssLintException
All Implemented Interfaces:
Serializable

public class CssLintException
extends WroRuntimeException

Exception caused by CssLint processing.

Since:
1.3.8
Author:
Alex Objelean
See Also:
Serialized Form

Constructor Summary
CssLintException()
           
 
Method Summary
 Collection<CssLintError> getErrors()
           
 CssLintException setErrors(Collection<CssLintError> errors)
           
 
Methods inherited from class ro.isdc.wro.WroRuntimeException
logError, wrap, wrap
 
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

CssLintException

public CssLintException()
Method Detail

getErrors

public Collection<CssLintError> getErrors()
Returns:
the errors

setErrors

public CssLintException setErrors(Collection<CssLintError> errors)
Parameters:
errors - the errors to set


Copyright © 2008-2013. All Rights Reserved.