org.jacorb.orb
Class ApplicationExceptionHelper
java.lang.Object
org.jacorb.orb.ApplicationExceptionHelper
public class ApplicationExceptionHelper
extends java.lang.Object
This class provides a method for inserting an arbirtary
application exception into an any.
Version:
- Nicolas Noffke
static void | insert(Any any, ApplicationException s) - This method tries to insert the given ApplicationException into the
given any by deriving the helper name from object id.
|
insert
public static void insert(Any any,
ApplicationException s)
throws ClassNotFoundException,
NoSuchMethodException,
IllegalAccessException,
InvocationTargetException
This method tries to insert the given ApplicationException into the
given any by deriving the helper name from object id.
All exceptions are propagated upward to be handled there.