Class IoUtilLogger


  • public class IoUtilLogger
    extends UtilsLogger
    Author:
    Sebastian Menski
    • Constructor Detail

      • IoUtilLogger

        public IoUtilLogger()
    • Method Detail

      • unableToReadInputStream

        public IoUtilException unableToReadInputStream​(java.io.IOException cause)
      • fileNotFoundException

        public IoUtilException fileNotFoundException​(java.lang.String filename,
                                                     java.lang.Exception cause)
      • fileNotFoundException

        public IoUtilException fileNotFoundException​(java.lang.String filename)
      • nullParameter

        public IoUtilException nullParameter​(java.lang.String parameter)
      • unableToReadFromReader

        public IoUtilException unableToReadFromReader​(java.lang.Throwable cause)