|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.mjolnir.mineconomy.exceptions.AccountNameConflictException
public class AccountNameConflictException
Thrown when two accounts have the same name.
Constructor Summary | |
---|---|
AccountNameConflictException(java.lang.String method,
java.lang.String variable)
Creates new AccountNameConflictException object. |
Method Summary | |
---|---|
AccountNameConflictException |
getError()
Returns the exception. |
java.lang.String |
getErrorDescription()
Returns the description of the exception. |
java.lang.String |
getMethodCause()
Returns the method that caused the exception. |
java.lang.String |
getVariableCause()
Returns the variable that caused the exception. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AccountNameConflictException(java.lang.String method, java.lang.String variable)
method
- variable
- Method Detail |
---|
public java.lang.String getMethodCause()
MCException
getMethodCause
in interface MCException
public java.lang.String getVariableCause()
MCException
getVariableCause
in interface MCException
public java.lang.String getErrorDescription()
MCException
getErrorDescription
in interface MCException
public AccountNameConflictException getError()
MCException
getError
in interface MCException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |