Class TemplatePopulatorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TemplatePopulatorException
    extends java.lang.RuntimeException
    Exception thrown when errors occur populating a template query with values.
    Author:
    Richard Smith
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplatePopulatorException​(java.lang.String msg)
      Constructs an TemplatePopulatorException with the specified detail message.
      TemplatePopulatorException​(java.lang.String msg, java.lang.Throwable t)
      Constructs an TemplatePopulatorException with the specified detail message and nested throwable.
      TemplatePopulatorException​(java.lang.Throwable t)
      Constructs an TemplatePopulatorException with the specified nested throwable.
    • 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

      • TemplatePopulatorException

        public TemplatePopulatorException​(java.lang.String msg)
        Constructs an TemplatePopulatorException with the specified detail message.
        Parameters:
        msg - the detail message
      • TemplatePopulatorException

        public TemplatePopulatorException​(java.lang.Throwable t)
        Constructs an TemplatePopulatorException with the specified nested throwable.
        Parameters:
        t - the nested throwable
      • TemplatePopulatorException

        public TemplatePopulatorException​(java.lang.String msg,
                                          java.lang.Throwable t)
        Constructs an TemplatePopulatorException with the specified detail message and nested throwable.
        Parameters:
        msg - the detail message
        t - the nested throwable