java.lang.Object
com.thebuzzmedia.exiftool.commons.exceptions.Exceptions

public final class Exceptions extends Object
Static Exceptions Utilities.
  • Method Details

    • launderThrowable

      public static RuntimeException launderThrowable(Throwable t)
      Coerce an unchecked Throwable to a RuntimeException:
      Parameters:
      t - Original throwable.
      Returns:
      Wrapped exception.