org.jacorb.orb
Class ApplicationExceptionHelper
public
class
ApplicationExceptionHelper
extends Object
This class provides a method for inserting an arbirtary
application exception into an any.
Version: $Id: ApplicationExceptionHelper.java,v 1.17 2006/06/28 12:39:20 alphonse.bendt Exp $
Author: Nicolas Noffke
Method Summary |
static void | insert(Any any, ApplicationException exception)
This method tries to insert the given ApplicationException into the
given any by deriving the helper name from object id. |
public static void insert(Any any, ApplicationException exception)
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.