Class NotExecutableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ericlam.mc.bungee.hnmc.commands.caxerx.exception.NotExecutableException
-
- All Implemented Interfaces:
Serializable
public class NotExecutableException extends RuntimeException
沒有執行函式- Author:
- Eric Lam
- See Also:
CommandNodeBuilder.build(), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotExecutableException(String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotExecutableException
public NotExecutableException(String command)
-
-
Method Detail
-
getCommand
public String getCommand()
-
-