com.bea.adapter.util
Class Helper

java.lang.Object
  extended by com.bea.adapter.util.Helper

public class Helper
extends Object

Convenience methods for ADK.

Author:
Copyright (c) 1998-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Helper()
           
 
Method Summary
static IllegalArgumentException createNullArgException(String strInstance, String strMethod, String strNullArgClass, int iArgIndex)
           
static String getDefaultMessage(String strKey)
           
static String getDefaultMessage(String strKey, Object[] aObj)
           
static String getDefaultMessage(String strKey, String strArg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

getDefaultMessage

public static final String getDefaultMessage(String strKey)

getDefaultMessage

public static final String getDefaultMessage(String strKey,
                                             String strArg)

getDefaultMessage

public static final String getDefaultMessage(String strKey,
                                             Object[] aObj)

createNullArgException

public static IllegalArgumentException createNullArgException(String strInstance,
                                                              String strMethod,
                                                              String strNullArgClass,
                                                              int iArgIndex)