com.cyc.tool.subl.util
Class SubLErrorHistory

java.lang.Object
  extended by com.cyc.tool.subl.util.SubLErrorHistory

public class SubLErrorHistory
extends java.lang.Object


Field Summary
static SubLErrorHistory me
           
 
Method Summary
 void add(SubLException item)
           
 void clearHistory()
           
 java.util.ArrayList<SubLString> getAllErrors()
           
static void main(java.lang.String[] args)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

me

public static final SubLErrorHistory me
Method Detail

clearHistory

public void clearHistory()

getAllErrors

public java.util.ArrayList<SubLString> getAllErrors()

size

public int size()

add

public void add(SubLException item)

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments