org.jawk.jrt
Class AwkRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jawk.jrt.AwkRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class AwkRuntimeException
extends java.lang.RuntimeException

A runtime exception thrown by Jawk. It is provided to conveniently distinguish between Jawk runtime exceptions and other runtime exceptions.

See Also:
Serialized Form

Constructor Summary
AwkRuntimeException(int lineno, java.lang.String msg)
           
AwkRuntimeException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AwkRuntimeException

public AwkRuntimeException(java.lang.String msg)

AwkRuntimeException

public AwkRuntimeException(int lineno,
                           java.lang.String msg)