Class AwkRuntimeException

All Implemented Interfaces:
Serializable

public class AwkRuntimeException extends RuntimeException
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 Details

    • AwkRuntimeException

      public AwkRuntimeException(String msg)

      Constructor for AwkRuntimeException.

      Parameters:
      msg - a String object
    • AwkRuntimeException

      public AwkRuntimeException(int lineno, String msg)

      Constructor for AwkRuntimeException.

      Parameters:
      lineno - a int
      msg - a String object