Tea Java Runtime API
Version 3.2.5

com.pdmfc.tea.modules.tos
Class SNoSuchMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pdmfc.tea.STeaException
              extended by com.pdmfc.tea.runtime.SRuntimeException
                  extended by com.pdmfc.tea.modules.tos.SNoSuchMethodException
All Implemented Interfaces:
java.io.Serializable

public class SNoSuchMethodException
extends SRuntimeException

Exception thrown when trying to call a method a TOS class does not respond to.

See Also:
Serialized Form

Constructor Summary
SNoSuchMethodException(SObjSymbol symbol, java.lang.String className)
           
 
Method Summary
 
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, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SNoSuchMethodException

public SNoSuchMethodException(SObjSymbol symbol,
                              java.lang.String className)
Parameters:
symbol - Identifies the unknown method.
className - Name of the class. It can be null.

Tea Java Runtime API
Version 3.2.5

© 2009 PDM&FC, All Rights Reserved.