Package de.larsgrefer.sass.embedded
Class SassCompilationFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.larsgrefer.sass.embedded.SassCompilationFailedException
-
- All Implemented Interfaces:
CompilationResult
,Serializable
public class SassCompilationFailedException extends Exception implements CompilationResult
- See Also:
OutboundMessage.CompileResponse.CompileFailure
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SassCompilationFailedException(com.sass_lang.embedded_protocol.OutboundMessage.CompileResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sass_lang.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure
getCompileFailure()
List<String>
getLoadedUrls()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCompileFailure
public com.sass_lang.embedded_protocol.OutboundMessage.CompileResponse.CompileFailure getCompileFailure()
-
getLoadedUrls
public List<String> getLoadedUrls()
- Specified by:
getLoadedUrls
in interfaceCompilationResult
-
-