Class UnimplementedFlagException

All Implemented Interfaces:
Serializable

public class UnimplementedFlagException extends TranslatableException
See Also:
  • Constructor Details

    • UnimplementedFlagException

      public UnimplementedFlagException(String msg, @NotNull @NotNull StargateFlag flag)
      Parameters:
      msg -

      The message to provide in the stacktrace

      flag -

      The flag that was unimplemented

  • Method Details