Class ExceptionUtils

java.lang.Object
com.aducid.sdk.util.ExceptionUtils

public class ExceptionUtils
extends java.lang.Object
Exception utilities. Created 19. 1. 2016 10:57:10
Author:
Radek Jira
  • Method Summary

    Modifier and Type Method Description
    static boolean isNs​(java.lang.Throwable throwable)
    Checks NS status.
    static boolean isNtd​(java.lang.Throwable throwable)
    Checks NTD status.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isNs

      public static boolean isNs​(java.lang.Throwable throwable)

      Checks NS status.

      Parameters:
      throwable - throwable
      Returns:
      true, if status is NS
    • isNtd

      public static boolean isNtd​(java.lang.Throwable throwable)

      Checks NTD status.

      Parameters:
      throwable - throwable
      Returns:
      true, if status is NTD