|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.NullPointerException
org.ref_send.promise.NotAMaker
public class NotAMaker
Indicates the class provided to spawn is not a Maker.
A Maker class MUST:
publicpublic static method named
"make"
| Constructor Summary | |
|---|---|
NotAMaker()
|
|
| Method Summary | |
|---|---|
static java.lang.reflect.Method |
dispatch(java.lang.Class<?> maker)
Finds a Maker's make method. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotAMaker()
| Method Detail |
|---|
public static java.lang.reflect.Method dispatch(java.lang.Class<?> maker)
throws NotAMaker
maker - maker type
NotAMaker - no make method found
|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.