Package akka.japi

Class Throwables$


  • public class Throwables$
    extends java.lang.Object
    Returns true if the provided Throwable is to be considered non-fatal, or false if it is to be considered fatal
    • Field Summary

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

      Constructors 
      Constructor Description
      Throwables$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFatal​(java.lang.Throwable throwable)
      Returns true if the provided Throwable is to be considered fatal, or false if it is to be considered non-fatal
      boolean isNonFatal​(java.lang.Throwable throwable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • Throwables$

        public Throwables$()
    • Method Detail

      • isNonFatal

        public boolean isNonFatal​(java.lang.Throwable throwable)
      • isFatal

        public boolean isFatal​(java.lang.Throwable throwable)
        Returns true if the provided Throwable is to be considered fatal, or false if it is to be considered non-fatal
        Parameters:
        throwable - (undocumented)
        Returns:
        (undocumented)