com.levigo.util.base
Class Exceptions

java.lang.Object
  extended by com.levigo.util.base.Exceptions

public class Exceptions
extends Object

Utility classes related to exceptions/throwables.


Method Summary
static String getMessage(Throwable cause)
           
static String getStackTrace(Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessage

public static String getMessage(Throwable cause)

getStackTrace

public static String getStackTrace(Throwable throwable)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.