org.jacorb.orb

Class ApplicationExceptionHelper


public class ApplicationExceptionHelper
extends java.lang.Object

This class provides a method for inserting an arbirtary application exception into an any.

Version:
$Id: ApplicationExceptionHelper.java,v 1.16 2004/05/06 12:40:00 nicolas Exp $

Author:
Nicolas Noffke

Method Summary

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.

Method Details

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.