Class ParseWarning
In: fileproc.rb
Parent: ParseMsg

Warning message

Methods
new   
Public Class methods
new(msg, trace)
msg
message describing warning
trace
array (stack) of [file,line] showing input location
# File fileproc.rb, line 96
  def initialize(msg, trace)
    super("WARNING", msg, trace)
  end