Class ViewEngineException

    • Constructor Detail

      • ViewEngineException

        public ViewEngineException​(String message)
        Construct an instance using a message.
        Parameters:
        message - the message.
      • ViewEngineException

        public ViewEngineException​(String message,
                                   Throwable cause)
        Construct an instance using a message and a cause.
        Parameters:
        message - the message.
        cause - the underlying cause.
      • ViewEngineException

        public ViewEngineException​(Throwable cause)
        Construct an instance using a cause.
        Parameters:
        cause - the underlying cause.