List of usage examples for java.lang UnsupportedOperationException UnsupportedOperationException
public UnsupportedOperationException()
From source file:com.github.rinde.rinsim.core.model.rand.UnmodifiableRandomGenerator.java
@Deprecated @Override public void setSeed(int seed) { throw new UnsupportedOperationException(); }
From source file:com.creditcloud.service.impl.AbstractMarketCustomizeService.java
@Override public WechatInfo addWechatInfo(WechatInfo wxi) { throw new UnsupportedOperationException(); }
From source file:springfox.documentation.schema.Types.java
private Types() { throw new UnsupportedOperationException(); }
From source file:com.minlia.cloud.framework.common.util.SearchCommonUtil.java
private SearchCommonUtil() { throw new UnsupportedOperationException(); }
From source file:springfox.documentation.schema.TypeForTestingPropertyNames.java
public int isProp() { throw new UnsupportedOperationException(); }
From source file:springfox.documentation.spring.data.rest.EntityServices.java
private EntityServices() { throw new UnsupportedOperationException(); }
From source file:com.hp.alm.ali.idea.model.type.FileSizeType.java
@Override public FilterResolver getFilterResolver() { throw new UnsupportedOperationException(); }
From source file:com.thinkbiganalytics.hive.util.HiveUtils.java
/** * Instances of {@code HiveUtils} should not be constructed. * * @throws UnsupportedOperationException always *///from w w w.ja va2s .c o m private HiveUtils() { throw new UnsupportedOperationException(); }
From source file:CharPrefixTree.java
@Override public Iterator<String> iterator() { throw new UnsupportedOperationException(); }
From source file:com.google.api.client.apache.ContentEntity.java
public InputStream getContent() { throw new UnsupportedOperationException(); }