Smack/smack-core/src/main/java/org/jivesoftware/smack/util/dns
Florian Schmaus 9ae66cc747 Use Exception.getString in HostAddress
instead of getMessage(), because some Exceptions, e.g. Android's
NetworkOnMainThreadException, will return null on
getMessage(). Exception.toString() does what we want, i.e. returns
- the exception class name
- and the return value of getLocalizedMessage()
2015-01-18 19:21:58 +01:00
..
DNSResolver.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
HostAddress.java Use Exception.getString in HostAddress 2015-01-18 19:21:58 +01:00
SRVRecord.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00