ro.isdc.wro.extensions.processor.support.linter
Class LinterException

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.linter.LinterException
All Implemented Interfaces:
Serializable

public class LinterException
extends WroRuntimeException

Exception caused by JsHint processing.

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

Constructor Summary
LinterException()
           
 
Method Summary
 Collection<LinterError> getErrors()
           
 LinterException setErrors(Collection<LinterError> 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

LinterException

public LinterException()
Method Detail

getErrors

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

setErrors

public LinterException setErrors(Collection<LinterError> errors)
Parameters:
errors - the errors to set


Copyright © 2008-2013. All Rights Reserved.