Interface QuietException

All Known Implementing Classes:
EofException, QuietException.Exception

public interface QuietException
A Quiet Exception.

Exception classes that extend this interface will be logged less verbosely.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static boolean
    isQuiet(Throwable throwable)
     
  • Method Details

    • isQuiet

      static boolean isQuiet(Throwable throwable)