Package dev.jorel.commandapi
Class UnimplementedMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.jorel.commandapi.UnimplementedMethodException
- All Implemented Interfaces:
Serializable
@Deprecated(since="TODO: Implement this method")
public class UnimplementedMethodException
extends RuntimeException
Deprecated.
An exception thrown when a method is called that hasn't been implemented yet.
- 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
-
UnimplementedMethodException
public UnimplementedMethodException()Deprecated. -
UnimplementedMethodException
Deprecated.
-