org.plovr
Class PlovrSoySyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.plovr.PlovrSoySyntaxException
- All Implemented Interfaces:
- java.io.Serializable
public final class PlovrSoySyntaxException
- extends java.lang.RuntimeException
PlovrSoySyntaxException
wraps a SoySyntaxException
so that it
can display a plovr-specific error message.
- Author:
- bolinfest@gmail.com (Michael Bolin)
- See Also:
- Serialized Form
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 |
PlovrSoySyntaxException
public PlovrSoySyntaxException(SoySyntaxException e,
JsInput input)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getLineNumber
public int getLineNumber()
getCharNumber
public int getCharNumber()
getTemplateName
@Nullable
public java.lang.String getTemplateName()
getInput
public JsInput getInput()