org.equanda.util
Class SaveException
java.lang.Object
  
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
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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.