Interface JCatch

    • Method Detail

      • or

        JCatch or​(JType orType)
        Add another type option to this catch branch.
        Parameters:
        orType - the alternative type
        Returns:
        this catch block
      • or

        JCatch or​(java.lang.String orType)
        Add another type option to this catch branch.
        Parameters:
        orType - the alternative type
        Returns:
        this catch block
      • or

        JCatch or​(java.lang.Class<? extends java.lang.Throwable> orType)
        Add another type option to this catch branch.
        Parameters:
        orType - the alternative type
        Returns:
        this catch block