|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.exception.ExceptionUtil
Utility methods useful to exception classes.
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 |
private static final java.lang.String COPYRIGHT_NOTICE
Constructor Detail |
public ExceptionUtil()
Method Detail |
public static java.lang.String getMethodSignature(java.lang.String methodName, java.lang.Class[] parameterTypes)
methodName
- Name of methodparameterTypes
- The types of the method's parameters.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |