|
||||||||||
| 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
org.openanzo.glitter.exception.ExpressionEvaluationException
org.openanzo.glitter.exception.InvalidArgumentCountException
public class InvalidArgumentCountException
Indicates that a function or operator was passed more or less arguments than it expected.
| Constructor Summary | |
|---|---|
InvalidArgumentCountException(int actual,
int required)
|
|
InvalidArgumentCountException(int actual,
int requiredMin,
int requiredMax)
|
|
| Method Summary |
|---|
| 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 InvalidArgumentCountException(int actual,
int required)
actual - The number of arguments suppliedrequired - The required number of arguments
public InvalidArgumentCountException(int actual,
int requiredMin,
int requiredMax)
actual - The number of arguments suppliedrequiredMin - The minimum required number of argumentsrequiredMax - The maximum required number of arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||