com.github.marceloverdijk.lesscss4j
Class LessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.marceloverdijk.lesscss4j.LessException
- All Implemented Interfaces:
- Serializable
public class LessException
- extends Exception
An exception that provides information on a LESS compilation error.
- Author:
- Marcel Overdijk
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LessException
public LessException(Throwable cause)
- Constructs a new
LessException.
- Parameters:
cause - The cause.
LessException
public LessException(String message,
Throwable cause)
- Constructs a new
LessException.
- Parameters:
message - The message.cause - The cause.
Copyright © 2012. All Rights Reserved.