mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
21.28.2007 8213b81bb81d462f08ce9c429f3445f36b35fa16
refs
author neil_a_wilson <neil_a_wilson@localhost>
Saturday, April 21, 2007 01:28 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Saturday, April 21, 2007 01:28 +0200
commit8213b81bb81d462f08ce9c429f3445f36b35fa16
tree 2aafb69e59b2c6a9552132516e3e6438b1462c3e tree | zip | gz
parent 19fb5731ffbe883fe8375ee9b785984c8ccf1880 view | diff
Update the code to provide a convenience method for generating more
user-friendly error messages from exceptions. For exceptions generated within
the project, we'll just use the user-provided message and also display the
unique message ID. For null pointer exceptions, we'll display the fact that it
was a null pointer exception and the source file and line number on which it
occurred. For invocation target exceptions, we'll handle the wrapped
exception. For all other types of exceptions, we'll display the name of the
exception class and the message, or if there is no message the source file and
line number.
28 files modified
1 files added
311 ■■■■ changed files
opends/src/server/org/opends/server/authorization/dseecompat/AciException.java 5 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/JebException.java 10 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigException.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/BindOperation.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/DigestMD5SASLMechanismHandler.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/GSSAPIStateInfo.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/asn1/ASN1Exception.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPException.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/AuthPasswordExactEqualityMatchingRule.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/GeneralizedTimeEqualityMatchingRule.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/schema/GeneralizedTimeOrderingMatchingRule.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/changelog/ChangelogDBException.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/synchronization/plugin/SynchronizationDomain.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/ImportTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/InitializeTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/RebuildTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/RestoreTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ClientException.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/makeldif/MakeLDIFException.java 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/CancelledOperationException.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/DirectoryException.java 8 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/IdentifiedException.java 97 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/InitializationException.java 5 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/MembershipException.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/Schema.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/LDIFException.java 10 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/StaticUtils.java 84 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/args/ArgumentException.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/DirectoryExceptionTestCase.java 2 ●●● diff | view | raw | blame | history