public class LessException extends Exception
| Constructor and Description |
|---|
LessException() |
LessException(String message) |
LessException(String message,
String errorType,
String filename,
int line,
int column,
List<String> extract) |
LessException(String message,
Throwable e) |
LessException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Column number where error occurred as reported by less.js or -1 if
unknown.
|
List<String> |
getExtract()
Lines around error as reported by less.js
|
String |
getFilename()
Filename that error occured in as reported by less.js
|
int |
getLine()
Line number where error occurred as reported by less.js or -1 if unknown.
|
String |
getMessage() |
String |
getType()
Type of error as reported by less.js
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LessException()
public LessException(String message)
public LessException(String message, String errorType, String filename, int line, int column, List<String> extract)
public LessException(Throwable e)
public String getMessage()
getMessage in class Throwablepublic String getType()
public String getFilename()
public int getLine()
public int getColumn()
Copyright © 2014 Asual DZZD. All Rights Reserved.