Class UnknownMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ua.mcchickenstudio.opencreative.coding.exceptions.UnknownMethodException
All Implemented Interfaces:
Serializable

public final class UnknownMethodException extends RuntimeException

UnknownMethodException

This class represents an exception, that happens when code tries to launch unexisting method.
See Also:
  • Constructor Details

    • UnknownMethodException

      public UnknownMethodException(@NotNull @NotNull String name)
  • Method Details

    • getName

      @NotNull public @NotNull String getName()