Package com.github.ygimenez.exception
Class NullPageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.ygimenez.exception.NullPageException
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.NullPageException(net.dv8tion.jda.api.entities.Message msg)Parametrized constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullPageException
public NullPageException()Default constructor. -
NullPageException
public NullPageException(net.dv8tion.jda.api.entities.Message msg)Parametrized constructor.- Parameters:
msg- TheMessagewhere this exception originated from.
-