|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception orc.error.OrcException orc.error.runtime.ExecutionException orc.error.runtime.TokenException orc.error.runtime.RuntimeTypeException orc.error.runtime.ArityMismatchException
public class ArityMismatchException
Field Summary | |
---|---|
int |
arityExpected
|
int |
arityProvided
|
Constructor Summary | |
---|---|
ArityMismatchException(int arityExpected,
int arityProvided)
|
|
ArityMismatchException(java.lang.String message)
|
|
ArityMismatchException(java.lang.String message,
int arityExpected,
int arityProvided)
|
Method Summary |
---|
Methods inherited from class orc.error.runtime.TokenException |
---|
getBacktrace, getSourceLocation, setBacktrace, 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 arityExpected
public int arityProvided
Constructor Detail |
---|
public ArityMismatchException(java.lang.String message)
public ArityMismatchException(java.lang.String message, int arityExpected, int arityProvided)
public ArityMismatchException(int arityExpected, int arityProvided)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |