Package org.cyclos.model
Class CSSCompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.BusinessException
-
- org.cyclos.model.CSSCompileException
-
- All Implemented Interfaces:
Serializable
public class CSSCompileException extends BusinessException
Thrown when the CSS could not be compiled.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CSSCompileException()CSSCompileException(String message)CSSCompileException(String message, Throwable cause)CSSCompileException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getMessage, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-