Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createException (0.29 sec)

  1. platforms/enterprise/enterprise/src/main/java/org/gradle/internal/enterprise/exceptions/PlaceholderExceptions.java

                return ((PlaceholderExceptionSupport) t).getExceptionClassName();
            } else {
                return t.getClass().getName();
            }
        }
    
        public static Throwable createException(
            String originalClassName,
            @Nullable String message,
            @Nullable Throwable getMessageException,
            @Nullable String toString,
            @Nullable Throwable toStringException,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 17 10:17:11 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top