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
- 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.
- Author:
- Mark Handy (mdh)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
InvalidMethodCallException
public InvalidMethodCallException(java.lang.String message)