Class ParamConversionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.alex1304.ultimategdbot.api.command.CommandFailedException
com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConversionException
All Implemented Interfaces:
java.io.Serializable

public class ParamConversionException
extends CommandFailedException
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    ParamConversionException​(java.lang.String param, java.lang.String arg, java.lang.String message)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ParamConversionException

      public ParamConversionException​(java.lang.String param, java.lang.String arg, java.lang.String message)