Package de.larsgrefer.sass.embedded
Class SassProtocolErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.larsgrefer.sass.embedded.SassProtocolErrorException
-
- All Implemented Interfaces:
Serializable
public class SassProtocolErrorException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SassProtocolErrorException(sass.embedded_protocol.EmbeddedSass.ProtocolError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description sass.embedded_protocol.EmbeddedSass.ProtocolError
getProtocolError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-