public class

Throwables

extends Object
java.lang.Object
   ↳ org.odata4j.core.Throwables

Summary

Public Constructors
Throwables()
Public Methods
static RuntimeException propagate(Throwable throwable)
static <X extends Throwable> void propagateIfInstanceOf(Throwable throwable, Class<X> declaredType)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Throwables ()

Public Methods

public static RuntimeException propagate (Throwable throwable)

Parameters
throwable

public static void propagateIfInstanceOf (Throwable throwable, Class<X> declaredType)

Parameters
throwable
declaredType
Throws
Throwable