public class TemplateParseException extends RuntimeException
A custom exception class to flag template parsing errors
Constructor and description |
---|
TemplateParseException (int lineNumber, int column) |
TemplateParseException (String message, int lineNumber, int column) |
TemplateParseException (String message, Throwable cause, int lineNumber, int column) |
TemplateParseException (Throwable t, int lineNumber, int column) |
Type Params | Return Type | Name and description |
---|---|---|
public int |
getColumn () |
|
public int |
getLineNumber () |
Methods inherited from class | Name |
---|---|
class RuntimeException |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.