Class AwkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.awk.AwkException
All Implemented Interfaces:
Serializable

public class AwkException extends Exception
Awk Exception
See Also:
  • Constructor Details

    • AwkException

      public AwkException(String message)
      Constructs an AWK Exception using the given message
      Parameters:
      message - Exception message
    • AwkException

      public AwkException(String message, Throwable throwable)
      Constructs an AWK Exception using the given message and the throwable
      Parameters:
      message - Exception message
      throwable - Any throwable error