Searched refs:getExceptionMessage (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DI18n.java70 return getExceptionMessage(message, args);
77 * <CODE>XMLSecurityException.getExceptionMessage()</CODE>
83 return getExceptionMessage(message);
87 * Method getExceptionMessage
93 public static String getExceptionMessage(String msgID) { method in class:I18n
107 * Method getExceptionMessage
113 public static String getExceptionMessage(String msgID, Exception originalException) { method in class:I18n
131 * Method getExceptionMessage
137 public static String getExceptionMessage(String msgID, Object exArgs[]) { method in class:I18n
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/exceptions/
H A DXMLSecurityException.java99 super(I18n.getExceptionMessage(_msgID));
113 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
143 super(I18n.getExceptionMessage(_msgID, _originalException));
159 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
H A DXMLSecurityRuntimeException.java74 super(I18n.getExceptionMessage(_msgID));
88 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
118 super(I18n.getExceptionMessage(_msgID, _originalException));
134 super(MessageFormat.format(I18n.getExceptionMessage(_msgID), exArgs));
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDragSourceContextPeer.java356 throw new InvalidDnDOperationException(getExceptionMessage(b));
361 throw new InvalidDnDOperationException(getExceptionMessage(b));
384 throw new InvalidDnDOperationException(getExceptionMessage(true));
388 private static String getExceptionMessage(boolean b) { method in class:SunDragSourceContextPeer

Completed in 45 milliseconds