public class TemplateParseException extends java.lang.Exception implements org.apache.hivemind.Locatable
Constructor and Description |
---|
TemplateParseException(java.lang.String message) |
TemplateParseException(java.lang.String message,
org.apache.hivemind.Location location) |
TemplateParseException(java.lang.String message,
org.apache.hivemind.Location location,
java.lang.Throwable rootCause) |
Modifier and Type | Method and Description |
---|---|
org.apache.hivemind.Location |
getLocation() |
java.lang.Throwable |
getRootCause() |
public TemplateParseException(java.lang.String message)
public TemplateParseException(java.lang.String message, org.apache.hivemind.Location location)
public TemplateParseException(java.lang.String message, org.apache.hivemind.Location location, java.lang.Throwable rootCause)
public org.apache.hivemind.Location getLocation()
getLocation
in interface org.apache.hivemind.Locatable
public java.lang.Throwable getRootCause()