Class DoNotImplementException

    • Constructor Detail

      • DoNotImplementException

        public DoNotImplementException​(@NotNull String implementedClass,
                                       boolean fillInStacktrace)
        Creates a new DoNotImplementException.
        Parameters:
        implementedClass - The name of the implemented class.
        fillInStacktrace - Whether the created exception should fill in a stacktrace.
        Since:
        4.0.0, CE 2019.1
      • DoNotImplementException

        public DoNotImplementException​(@NotNull String implementedClass)
        Creates a new DoNotImplementException that will not contain a stacktrace.
        Parameters:
        implementedClass - The name of the implemented class.
        Since:
        4.0.0, CE 2019.1
    • Method Detail

      • getImplementedClass

        public @NotNull String getImplementedClass()
        Returns the name of the implemented class.
        Returns:
        The name of the implemented class.
        Since:
        4.0.0, CE 2019.1