net.sf.parser4j.parser.entity.parsenode.status.impl
Class DefaultParseNodeInErrorStatus
java.lang.Object
net.sf.parser4j.parser.entity.parsenode.status.impl.AbstractParseNodeInErrorStatus
net.sf.parser4j.parser.entity.parsenode.status.impl.DefaultParseNodeInErrorStatus
- All Implemented Interfaces:
- IParseNodeInErrorStatus
public class DefaultParseNodeInErrorStatus
- extends AbstractParseNodeInErrorStatus
a default implementation of parse node in error status: only store an error
message
- Author:
- luc peuvrier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultParseNodeInErrorStatus
public DefaultParseNodeInErrorStatus(IParseNode inErrorParseNode,
java.lang.String errorMessage,
StatusSetterTrace statusSetterTrace)
DefaultParseNodeInErrorStatus
public DefaultParseNodeInErrorStatus(IParseNode inErrorParseNode,
java.lang.String errorMessage,
java.lang.Exception exception,
StatusSetterTrace statusSetterTrace)
getErrorMessage
public java.lang.String getErrorMessage()
- Returns:
- the errorMessage
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractParseNodeInErrorStatus
- See Also:
Object.toString()
Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.