com.wewebu.expression.language
Class OwExprErrorTable

java.lang.Object
  extended by com.wewebu.expression.language.OwExprErrorTable

public abstract class OwExprErrorTable
extends Object

OwExprErrorTable.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Constructor Summary
OwExprErrorTable()
           
 
Method Summary
 void add(OwExprException e_p)
           
 void add(ParseException e_p)
           
 void add(TokenMgrError e_p)
           
protected abstract  String currentLocationInfo()
           
 int errCount()
           
 boolean hasErrors()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwExprErrorTable

public OwExprErrorTable()
Method Detail

currentLocationInfo

protected abstract String currentLocationInfo()

add

public void add(OwExprException e_p)

hasErrors

public final boolean hasErrors()

errCount

public int errCount()

add

public void add(ParseException e_p)

add

public void add(TokenMgrError e_p)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.