org.glassfish.jersey.internal.util.collection
Interface UnsafeValue<T,E extends java.lang.Throwable>
- Type Parameters:
T - value type.E - exception type.
public interface UnsafeValue<T,E extends java.lang.Throwable>
A generic value provider, similar to Value, but able to
throw an exception.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
get
T get()
throws E extends java.lang.Throwable
- Throws:
E extends java.lang.Throwable
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.