org.elasticsearch
Class ExceptionsHelper

java.lang.Object
  extended by org.elasticsearch.ExceptionsHelper

public final class ExceptionsHelper
extends java.lang.Object


Constructor Summary
ExceptionsHelper()
           
 
Method Summary
static java.lang.String detailedMessage(java.lang.Throwable t)
           
static java.lang.String detailedMessage(java.lang.Throwable t, boolean newLines, int initialCounter)
           
static java.lang.Throwable unwrapCause(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionsHelper

public ExceptionsHelper()
Method Detail

unwrapCause

public static java.lang.Throwable unwrapCause(java.lang.Throwable t)

detailedMessage

public static java.lang.String detailedMessage(java.lang.Throwable t)

detailedMessage

public static java.lang.String detailedMessage(java.lang.Throwable t,
                                               boolean newLines,
                                               int initialCounter)