org.universAAL.middleware.connectors.util
Class ExceptionUtils

Package class diagram package ExceptionUtils
java.lang.Object
  extended by org.universAAL.middleware.connectors.util.ExceptionUtils

public class ExceptionUtils
extends Object

A simple class for extracing full stack trace from Exception

Version:
$LastChangedRevision: 2930 $ ($LastChangedDate: 2013-04-02 19:34:26 +0200 (Tue, 02 Apr 2013) $)
Author:
Stefano "Kismet" Lenzi

Constructor Summary
ExceptionUtils()
           
 
Method Summary
static String stackTraceAsString(Exception ex)
           
static String stackTraceAsString(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtils

public ExceptionUtils()
Method Detail

stackTraceAsString

public static String stackTraceAsString(Exception ex)

stackTraceAsString

public static String stackTraceAsString(Throwable t)


Copyright © 2014 universAAL Consortium. All Rights Reserved.