Home
last modified time | relevance | path

Searched refs:errMsg (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAttributeConverter.java115 String errMsg = Global.fmtMsg( in convertFromString() local
119 DesignerAccess.reportInstantiationError(errMsg); in convertFromString()
122 throw new ParseException(errMsg); in convertFromString()
132 String errMsg = Global.fmtMsg( in convertFromString() local
136 DesignerAccess.reportInstantiationError(errMsg); in convertFromString()
139 throw new ParseException(errMsg); in convertFromString()
146 String errMsg = Global.fmtMsg( in convertFromString() local
150 DesignerAccess.reportInstantiationError(errMsg); in convertFromString()
153 throw new ParseException(errMsg); in convertFromString()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DBeanSerialization.java125 String errMsg = Global.fmtMsg( in deserializeObject()
129 DesignerAccess.reportInstantiationError(errMsg); in deserializeObject()
133 throw new VJException(errMsg); in deserializeObject()
H A DDesignerErrorInterface.java37 public void reportInstantiationError(String errMsg); in reportInstantiationError() argument
/titanic_44/usr/src/cmd/ldap/common/
H A Dldaptest.c1074 char *matched = NULL, *errMsg = NULL, **referrals = NULL; in print_ldap_result() local
1077 …if ((rc = ldap_parse_result(ld, lm, &errCode, &matched, &errMsg, &referrals, &srvctrls, 0)) != LDA… in print_ldap_result()
1089 if (errMsg && *errMsg) in print_ldap_result()
1090 fprintf(stderr, "\tAdditional info: %s\n", errMsg); in print_ldap_result()
1091 free(errMsg); in print_ldap_result()