public abstract static class CommandFormat.IllegalNumberOfArgumentsException extends IllegalArgumentException
Modifier and Type | Field and Description |
---|---|
protected int |
actual |
protected int |
expected |
Modifier | Constructor and Description |
---|---|
protected |
CommandFormat.IllegalNumberOfArgumentsException(int want,
int got) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected CommandFormat.IllegalNumberOfArgumentsException(int want, int got)
public String getMessage()
getMessage
in class Throwable
Copyright © 2013 Apache Software Foundation. All rights reserved.