Class Templates.TemplateValueParseException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Templates

    public static class Templates.TemplateValueParseException
    extends java.lang.Exception
    An exception that we throw when we can't parse a template.
    Author:
    Alex Kalderimis
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateValueParseException​(java.lang.String message)
      Construct an exception with a message
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TemplateValueParseException

        public TemplateValueParseException​(java.lang.String message)
        Construct an exception with a message
        Parameters:
        message - The message, obvs.