Class MethodInvocationException

    • Constructor Detail

      • MethodInvocationException

        public MethodInvocationException​(String message,
                                         Throwable e,
                                         String methodName,
                                         String templateName,
                                         int lineNumber,
                                         int columnNumber)
        CTOR - wraps the passed in exception for examination later
        Parameters:
        message -
        e - Throwable that we are wrapping
        methodName - name of method that threw the exception
        templateName - The name of the template where the exception occurred
        lineNumber - line number
        columnNumber - column number
      • MethodInvocationException

        public MethodInvocationException​(String message,
                                         Throwable e,
                                         String[] stacktrace,
                                         String methodName,
                                         String templateName,
                                         int lineNumber,
                                         int columnNumber)
        CTOR - wraps the passed in exception for examination later
        Parameters:
        message -
        e - Throwable that we are wrapping
        stacktrace - VTL stacktrace
        methodName - name of method that threw the exception
        templateName - The name of the template where the exception occurred
        lineNumber - line number
        columnNumber - column number