org.odata4j.core
Class UmbrellaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.odata4j.core.UmbrellaException
All Implemented Interfaces:
Serializable

public class UmbrellaException
extends RuntimeException

Unchecked exception that rolls up one or more underlying exceptions.

See Also:
Serialized Form

Constructor Summary
UmbrellaException(Collection<Exception> exceptions)
           
 
Method Summary
 Collection<Exception> getExceptions()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmbrellaException

public UmbrellaException(Collection<Exception> exceptions)
Method Detail

getExceptions

public Collection<Exception> getExceptions()


http://odata4j.org