|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.pdmfc.tea.STeaException
|
+--com.pdmfc.tea.runtime.SRuntimeException
|
+--com.pdmfc.tea.modules.tos.SNoSuchMethodException
Exception thrown when trying to call a method a class does not responds to.
| Constructor Summary | |
SNoSuchMethodException(SObjSymbol symbol,
java.lang.String className)
|
|
| Methods inherited from class com.pdmfc.tea.runtime.SRuntimeException |
addMessage, addMessage, getFullMessage |
| Methods inherited from class com.pdmfc.tea.STeaException |
getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SNoSuchMethodException(SObjSymbol symbol,
java.lang.String className)
symbol - Identifies the unknown method.className - Name of the class. It can be null.
|
Tea Java Runtime API Version 3.1.0 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||