com.atlassian.bamboo.utils
Interface BambooCallables.ThrowingX<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>

All Known Subinterfaces:
BambooCallables.NotThrowing<V>, BambooCallables.Throwing<V,E1>, BambooCallables.Throwing1<V,E1>, BambooCallables.Throwing2<V,E1,E2>
Enclosing class:
BambooCallables

public static interface BambooCallables.ThrowingX<V,E1 extends Throwable,E2 extends Throwable,E3 extends Throwable>


Method Summary
 V call()
           
 

Method Detail

call

V call()
       throws E1 extends Throwable,
              E2 extends Throwable,
              E3 extends Throwable
Throws:
E1 extends Throwable


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.