com.pdmfc.tea.runtime
Class SMalformedListException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.pdmfc.tea.STeaException
|
+--com.pdmfc.tea.runtime.SRuntimeException
|
+--com.pdmfc.tea.runtime.SMalformedListException
- All Implemented Interfaces:
- java.io.Serializable
- public class SMalformedListException
- extends SRuntimeException
Exception thrown whenever a function expects a correctly formed
list of pairs but one of the cdr is not a pair object.
- See Also:
- Serialized Form
| 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 |
SMalformedListException
public SMalformedListException()
SMalformedListException
public SMalformedListException(java.lang.Exception e)
SMalformedListException
public SMalformedListException(java.lang.Object arg0,
java.lang.String msg)
© 2002 PDM&FC, All Rights Reserved.