Package de.neuland.pug4j.exceptions
Class PugCompilerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.neuland.pug4j.exceptions.PugException
-
- de.neuland.pug4j.exceptions.PugCompilerException
-
- All Implemented Interfaces:
Serializable
public class PugCompilerException extends PugException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PugCompilerException(Node node, TemplateLoader templateLoader, String message)PugCompilerException(Node node, TemplateLoader templateLoader, Throwable e)
-
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
-
PugCompilerException
public PugCompilerException(Node node, TemplateLoader templateLoader, Throwable e)
-
PugCompilerException
public PugCompilerException(Node node, TemplateLoader templateLoader, String message)
-
-