Class BasicsCommandException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BasicsCommandException extends IllegalArgumentException
-
-
Field Summary
Fields Modifier and Type Field Description private final CommandResult
commandResult
private final Throwable
cause
private final String
message
-
Constructor Summary
Constructors Constructor Description BasicsCommandException(CommandResult commandResult)
-
Method Summary
Modifier and Type Method Description final CommandResult
getCommandResult()
-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BasicsCommandException
BasicsCommandException(CommandResult commandResult)
-
-
Method Detail
-
getCommandResult
final CommandResult getCommandResult()
-
-
-
-