Package org.sentrysoftware.jawk.jrt
Class AwkRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sentrysoftware.jawk.jrt.AwkRuntimeException
- All Implemented Interfaces:
Serializable
A runtime exception thrown by Jawk. It is provided
to conveniently distinguish between Jawk runtime
exceptions and other runtime exceptions.
- Author:
- Danny Daglas
- See Also:
-
Constructor Summary
ConstructorDescriptionAwkRuntimeException
(int lineno, String msg) Constructor for AwkRuntimeException.Constructor for AwkRuntimeException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString