Package de.neuland.pug4j.exceptions
Class PugLexerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.neuland.pug4j.exceptions.PugException
-
- de.neuland.pug4j.exceptions.PugLexerException
-
- All Implemented Interfaces:
Serializable
public class PugLexerException extends PugException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PugLexerException(String message, String filename, int lineNumber, int column, TemplateLoader templateLoader)PugLexerException(String code, String message, String filename, int lineNumber, int column, TemplateLoader templateLoader)
-
Method Summary
-
Methods inherited from class de.neuland.pug4j.exceptions.PugException
getColNumber, getFilename, getLineNumber, getTemplateLines, toHtmlString, toHtmlString, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
PugLexerException
public PugLexerException(String message, String filename, int lineNumber, int column, TemplateLoader templateLoader)
-
PugLexerException
public PugLexerException(String code, String message, String filename, int lineNumber, int column, TemplateLoader templateLoader)
-
-