FileDocCategorySizeDatePackage
ExceptionUtil.javaAPI DocGlassfish v2 API2508Fri May 04 22:34:10 BST 2007com.sun.enterprise.admin.util

ExceptionUtil

public class ExceptionUtil extends Object

Fields Summary
Constructors Summary
Methods Summary
public static voidignoreException(java.lang.Exception e)
Ignore the specified exception. This routine acts as a placeholder to document any place that wants to willfully ignore an exception. It should be used in lieu of a comment.

		final String	msg	= "Ignoring exception (probably OK): " +
                                e.getClass().getName();

		Debug.println( msg );