netty5/common/src
Scott Mitchell 7494e84208 PlatformDependent static initialization ExceptionInInitializerError
Motivation:
PlatformDependent allows some exceptions to escape during static initialization. If an exception escapes it will be translated into a java.lang.ExceptionInInitializerError and render the application unable to run.

Modifications:
- Make sure to catch Throwable during static initialization.

Result:
PlatformDependent static initialization doesn't result in java.lang.ExceptionInInitializerError.
2016-01-20 06:13:36 -08:00
..
main PlatformDependent static initialization ExceptionInInitializerError 2016-01-20 06:13:36 -08:00
test Builder to construct DomainNameMapping. 2015-12-20 18:50:09 +01:00