netty5/codec/src
Trustin Lee 2802b231e5 Make all codecs throw a CodecException
- Added CodecException which is either EncoderException or
  DecoderException
- Made all decoder exceptions a subtype of DecoderException
- Replaced CodecEmbedderException with CodecException
- All abstract handlers wraps an exception with a CodecException
2012-05-18 15:42:36 +09:00
..
main/java/io/netty/handler/codec Make all codecs throw a CodecException 2012-05-18 15:42:36 +09:00
test/java/io/netty/handler/codec Move VoidEnum to util 2012-05-18 14:34:42 +09:00