public class

UmbrellaException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.odata4j.core.UmbrellaException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private final Collection<Exception> exceptions
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
UmbrellaException(Collection<Exception> exceptions)
Public Methods
Collection<Exception> getExceptions()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

private final Collection<Exception> exceptions

Public Constructors

public UmbrellaException (Collection<Exception> exceptions)

Parameters
exceptions

Public Methods

public Collection<Exception> getExceptions ()