Class LESSCompilerException

  • All Implemented Interfaces:
    Serializable

    public class LESSCompilerException
    extends Exception
    Exception related to the LESS preprocessor.
    Since:
    6.4M2
    Version:
    $Id: 55bb13ae818d57d67fd12d3a7d6f42b1a72d24c5 $
    See Also:
    Serialized Form
    • Constructor Detail

      • LESSCompilerException

        public LESSCompilerException​(String message)
        Construct a new LESSCompilerException object.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
      • LESSCompilerException

        public LESSCompilerException​(String message,
                                     Exception source)
        Construct a new LESSCompilerException object.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        source - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown