Class CatastrophicFailure

java.lang.Object
org.apache.drill.common.CatastrophicFailure

public class CatastrophicFailure extends Object
  • Method Details

    • exit

      public static void exit(Throwable e, String message, int code)
      Exit the VM as we hit a catastrophic failure.
      Parameters:
      e - The Throwable that occurred
      message - A descriptive message
      code - An error code to exit the JVM with.