Class ExceptionHandler$


  • public class ExceptionHandler$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ExceptionHandler$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Field Detail

      • MODULE$

        public static final ExceptionHandler$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ExceptionHandler$

        public ExceptionHandler$()
    • Method Detail

      • newBuilder

        public ExceptionHandlerBuilder newBuilder()
        Creates a new builder DSL for creating an ExceptionHandler
        Returns:
        (undocumented)
      • of

        public ExceptionHandler of​(scala.PartialFunction<java.lang.Throwable,​Route> pf)
        INTERNAL API