Class AwkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.awk.AwkException
- All Implemented Interfaces:
Serializable
Awk Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAwkException(String message) Constructs an AWK Exception using the given messageAwkException(String message, Throwable throwable) Constructs an AWK Exception using the given message and the throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AwkException
Constructs an AWK Exception using the given message- Parameters:
message- Exception message
-
AwkException
Constructs an AWK Exception using the given message and the throwable- Parameters:
message- Exception messagethrowable- Any throwable error
-