Package com.spun.util.velocity
Class VelocityParsingError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.spun.util.velocity.VelocityParsingError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityParsingError(String message, org.apache.velocity.util.introspection.Info info) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.util.introspection.InfogetInfo()static StringgetInfoText(org.apache.velocity.util.introspection.Info i) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VelocityParsingError
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getInfoText
-
getInfo
public org.apache.velocity.util.introspection.Info getInfo()
-