public class MiscUtil
extends java.lang.Object
Constructor and Description |
---|
MiscUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
formatLocationMessage(java.lang.String message,
Annotation anno) |
static java.lang.String |
formatLocationMessage(java.lang.String message,
Component comp) |
static java.lang.String |
formatLocationMessage(java.lang.String message,
Location loc) |
static java.lang.String |
formatLocationMessage(java.lang.String message,
java.lang.Object obj) |
static java.lang.RuntimeException |
mergeExceptionInfo(java.lang.Exception ex,
java.lang.Object loc) |
static <T> T |
newInstanceFromProperty(java.lang.String key,
java.lang.String def,
java.lang.Class<T> type) |
static java.lang.String |
toSimpleMethodSignature(java.lang.reflect.Method method) |
public static java.lang.String toSimpleMethodSignature(java.lang.reflect.Method method)
public static <T> T newInstanceFromProperty(java.lang.String key, java.lang.String def, java.lang.Class<T> type)
public static java.lang.String formatLocationMessage(java.lang.String message, java.lang.Object obj)
public static java.lang.String formatLocationMessage(java.lang.String message, Component comp)
public static java.lang.String formatLocationMessage(java.lang.String message, Annotation anno)
public static java.lang.String formatLocationMessage(java.lang.String message, Location loc)
public static java.lang.RuntimeException mergeExceptionInfo(java.lang.Exception ex, java.lang.Object loc)
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.