Class DisallowedInstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
io.github.darvil.utils.exceptions.DisallowedInstantiationException
All Implemented Interfaces:
Serializable

public class DisallowedInstantiationException extends AssertionError
Represents an exception thrown when an attempt is made to instantiate a class that should not be instantiated.
See Also:
  • Constructor Details

    • DisallowedInstantiationException

      public DisallowedInstantiationException(@NotNull @NotNull Class<?> clazz)