All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.core.api.InvalidMethodCallException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jdsl.core.api.CoreException
                                   |
                                   +----jdsl.core.api.InvalidMethodCallException

public class InvalidMethodCallException
extends CoreException
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.


Constructor Index

 o InvalidMethodCallException(String)

Constructors

 o InvalidMethodCallException
 public InvalidMethodCallException(String message)

All Packages  Class Hierarchy  This Package  Previous  Next  Index