jdsl.core.api
Class InvalidMethodCallException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.core.api.CoreException
                          |
                          +--jdsl.core.api.InvalidMethodCallException
All Implemented Interfaces:
java.io.Serializable

public class InvalidMethodCallException
extends CoreException

Package jdsl.core.api
class InvalidMethodCallException

InvalidMethodCallException is intended for use only in methods that you expect never to be called -- for instance, in the prev() method of the head node in a sequence. Therefore, only a bug will cause one of these to be actually created and thrown.

Version:
$Revision: 1.2 $, $Date: 1999/07/30 16:25:16 $
Author:
Mark Handy (mdh)
See Also:
Serialized Form

Constructor Summary
InvalidMethodCallException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidMethodCallException

public InvalidMethodCallException(java.lang.String message)