ActorInspector
public ActorInspector(java.lang.String fullname)
throws java.lang.ClassCastException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException,
KernelException,
java.lang.NoSuchMethodException
- Parameters:
fullname
- Name of the class to instantiate.
- Throws:
java.lang.ClassCastException
- If the class is not a TypedAtomicActor.
java.lang.ClassNotFoundException
- If the class cannot be found.
java.lang.InstantiationException
- If the class cannot be instantiated.
java.lang.IllegalAccessException
- If the class is not accessible.
java.lang.reflect.InvocationTargetException
- If the underlying constructor throws an exception.
KernelException
- If the manager initializing a workflow containing this
actor throws it.
java.lang.NoSuchMethodException
- If expected constructor not found.