|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.asual.lesscss.LessException
public class LessException
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LessException()
public LessException(String message)
public LessException(String message,
Throwable e)
public LessException(String message,
String errorType,
String filename,
int line,
int column,
List<String> extract)
public LessException(Throwable e)
| Method Detail |
|---|
public String getMessage()
getMessage in class Throwablepublic String getType()
public String getFilename()
public int getLine()
public int getColumn()
public List<String> getExtract()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||