org.cruxframework.crux.plugin.errorhandler.server.dao
Class LoggingErrorDAO

java.lang.Object
  extended by org.cruxframework.crux.plugin.errorhandler.server.dao.LoggingErrorDAO

public class LoggingErrorDAO
extends Object

Author:
Samuel Cardoso

Constructor Summary
LoggingErrorDAO()
           
 
Method Summary
static void append(Throwable throwable)
           
static boolean clear()
           
static void main(String[] args)
           
static void overwrite(ArrayList<Throwable> throwables)
           
static ArrayList<Throwable> read()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingErrorDAO

public LoggingErrorDAO()
Method Detail

clear

public static boolean clear()

main

public static void main(String[] args)

overwrite

public static void overwrite(ArrayList<Throwable> throwables)

append

public static void append(Throwable throwable)

read

public static ArrayList<Throwable> read()


Copyright © 2014. All rights reserved.