ru.tehkode.permissions.commands.exceptions
Class AutoCompleteChoicesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.tehkode.permissions.commands.exceptions.AutoCompleteChoicesException
- All Implemented Interfaces:
- Serializable
public class AutoCompleteChoicesException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
choices
protected String[] choices
argName
protected String argName
AutoCompleteChoicesException
public AutoCompleteChoicesException(String[] choices,
String argName)
getArgName
public String getArgName()
getChoices
public String[] getChoices()
Copyright © 2011. All Rights Reserved.