Class NotLastParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kr.toxicity.command.impl.exception.NotLastParameterException
- All Implemented Interfaces:
Serializable
These annotations can't be exists if this parameter is not last one.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotLastParameterException(String message) These annotations can't be exists if this parameter is not last one. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotLastParameterException
These annotations can't be exists if this parameter is not last one.- Parameters:
message- message
-