Class Throwables

java.lang.Object
org.burningwave.Throwables

public class Throwables extends Object
  • Field Details

    • INSTANCE

      public static final Throwables INSTANCE
  • Method Details

    • throwException

      public <T> T throwException(String exc, Object... placeHolderReplacements)
    • throwException

      public <T> T throwException(Throwable exc)