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
public class VelocityParsingError extends Error
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description VelocityParsingError(String message, org.apache.velocity.util.introspection.Info info) -
Method Summary
Modifier and Type Method Description org.apache.velocity.util.introspection.InfogetInfo()static StringgetInfoText(org.apache.velocity.util.introspection.Info i)StringgetMessage()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()
-