Module io.github.darvil.utils
Class DisallowedInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
io.github.darvil.utils.exceptions.DisallowedInstantiationException
- All Implemented Interfaces:
Serializable
Represents an exception thrown when an attempt is made to instantiate a class that should
not be instantiated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DisallowedInstantiationException
-