org.equanda.util
Class SaveException

java.lang.Object
  extended by org.equanda.util.SaveException

public final class SaveException
extends Object

Save exception details to a file

Usage : try { // insert your code here } catch (Exception e) {SaveException.saveException(e); }

Author:
Joachim Van der Auwera

Method Summary
static void error(String error)
           
static void main(String[] argv)
           
static void saveException(Throwable exc)
           
static void saveException(Throwable exc, String message)
           
static void saveWarning(Throwable exc)
           
static void saveWarning(Throwable exc, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] argv)

saveException

public static void saveException(Throwable exc)

saveException

public static void saveException(Throwable exc,
                                 String message)

saveWarning

public static void saveWarning(Throwable exc)

saveWarning

public static void saveWarning(Throwable exc,
                               String message)

error

public static void error(String error)


Copyright © 2007-2009. All Rights Reserved.