ru.tehkode.permissions.commands.exceptions
Class AutoCompleteChoicesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ru.tehkode.permissions.commands.exceptions.AutoCompleteChoicesException
All Implemented Interfaces:
Serializable

public class AutoCompleteChoicesException
extends RuntimeException

See Also:
Serialized Form

Field Summary
protected  String argName
           
protected  String[] choices
           
 
Constructor Summary
AutoCompleteChoicesException(String[] choices, String argName)
           
 
Method Summary
 String getArgName()
           
 String[] getChoices()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

choices

protected String[] choices

argName

protected String argName
Constructor Detail

AutoCompleteChoicesException

public AutoCompleteChoicesException(String[] choices,
                                    String argName)
Method Detail

getArgName

public String getArgName()

getChoices

public String[] getChoices()


Copyright © 2011. All Rights Reserved.