Class JavaSingleCatch


  • public class JavaSingleCatch
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaSingleCatch​(int handler, @Nullable java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHandler()  
      @Nullable java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • JavaSingleCatch

        public JavaSingleCatch​(int handler,
                               @Nullable
                               @Nullable java.lang.String type)
    • Method Detail

      • getHandler

        public int getHandler()
      • getType

        @Nullable
        public @Nullable java.lang.String getType()