uk.org.ogsadai.exception
Class ExceptionUtil

java.lang.Object
  |
  +--uk.org.ogsadai.exception.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

Utility methods useful to exception classes.

Author:
OGSA-DAI team

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
 
Constructor Summary
ExceptionUtil()
           
 
Method Summary
static java.lang.String getMethodSignature(java.lang.String methodName, java.lang.Class[] parameterTypes)
          Constructs a String for a method signature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values
Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

getMethodSignature

public static java.lang.String getMethodSignature(java.lang.String methodName,
                                                  java.lang.Class[] parameterTypes)
Constructs a String for a method signature.

Parameters:
methodName - Name of method
parameterTypes - The types of the method's parameters.
Returns:
A String containing the method signature.