|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
orc.error.OrcException
orc.error.runtime.ExecutionException
orc.error.runtime.TokenException
orc.error.runtime.RuntimeTypeException
orc.error.runtime.InsufficientArgsException
public class InsufficientArgsException
| Field Summary | |
|---|---|
int |
arityProvided
|
int |
missingArg
|
| Constructor Summary | |
|---|---|
InsufficientArgsException(int missingArg,
int arityProvided)
|
|
InsufficientArgsException(java.lang.String message)
|
|
InsufficientArgsException(java.lang.String message,
int missingArg,
int arityProvided)
|
|
| Method Summary |
|---|
| Methods inherited from class orc.error.runtime.TokenException |
|---|
getSourceLocation, setSourceLocation, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int missingArg
public int arityProvided
| Constructor Detail |
|---|
public InsufficientArgsException(java.lang.String message)
public InsufficientArgsException(java.lang.String message,
int missingArg,
int arityProvided)
public InsufficientArgsException(int missingArg,
int arityProvided)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||