com.unitesk.atp.messages
Class SyntaxErrorMessage
java.lang.Object
com.unitesk.atp.messages.FileMessage
com.unitesk.atp.messages.FilePositionMessage
com.unitesk.atp.messages.SyntaxErrorMessage
- All Implemented Interfaces:
- Message
public class SyntaxErrorMessage
- extends FilePositionMessage
Message notifying that a syntax error occured.
- Version:
- $Id: SyntaxErrorMessage.java,v 1.2 2004/10/11 15:00:42 all-x Exp $
- Author:
- Alexey Demakov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyntaxErrorMessage
public SyntaxErrorMessage(File file,
Position position,
String text)
- Constructs message.
- Parameters:
file
- message regards to this fileposition
- message regards to this position in filetext
- optional text fragment with incorrect syntax
getText
public String getText()
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.