net.sourceforge.czt.parser.z
Class ZParseError

java.lang.Object
  extended by net.sourceforge.czt.parser.util.LocInfoImpl
      extended by net.sourceforge.czt.parser.util.CztErrorImpl
          extended by net.sourceforge.czt.parser.z.ZParseError
All Implemented Interfaces:
CztError, LocInfo

public class ZParseError
extends CztErrorImpl

A Z parse error.

Author:
Petra Malik

Constructor Summary
ZParseError(ZParseMessage msg, java.lang.Object[] params, LocInfo locInfo)
           
 
Method Summary
protected  java.lang.String getResourceName()
           
static void report(net.sourceforge.czt.session.SectionInfo sectInfo, net.sourceforge.czt.session.Source source, ErrorType errorType, ZParseMessage msg, java.lang.Object[] params, LocInfo locInfo)
           
 
Methods inherited from class net.sourceforge.czt.parser.util.CztErrorImpl
getErrorType, getMessage, getMessageKey, getMessageParams, setErrorType, toString
 
Methods inherited from class net.sourceforge.czt.parser.util.LocInfoImpl
getColumn, getLength, getLine, getSource, getStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.czt.parser.util.LocInfo
getColumn, getLength, getLine, getSource, getStart
 

Constructor Detail

ZParseError

public ZParseError(ZParseMessage msg,
                   java.lang.Object[] params,
                   LocInfo locInfo)
Method Detail

report

public static void report(net.sourceforge.czt.session.SectionInfo sectInfo,
                          net.sourceforge.czt.session.Source source,
                          ErrorType errorType,
                          ZParseMessage msg,
                          java.lang.Object[] params,
                          LocInfo locInfo)

getResourceName

protected java.lang.String getResourceName()
Specified by:
getResourceName in class CztErrorImpl


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.