Package dev.mayuna.simpleapi.exceptions
Class MissingPathParametersException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.mayuna.simpleapi.exceptions.MissingPathParametersException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingPathParametersException extends java.lang.RuntimeExceptionThis exception is thrown if you've forgotten to replace some path parameters in endpoint path- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingPathParametersException(java.lang.String url, APIRequest apiRequest)
-
-
-
Constructor Detail
-
MissingPathParametersException
public MissingPathParametersException(java.lang.String url, APIRequest apiRequest)
-
-