Example usage for org.apache.commons.lang NotImplementedException NotImplementedException

List of usage examples for org.apache.commons.lang NotImplementedException NotImplementedException

Introduction

In this page you can find the example usage for org.apache.commons.lang NotImplementedException NotImplementedException.

Prototype

public NotImplementedException() 

Source Link

Document

Constructs a new NotImplementedException with default message.

Usage

From source file:edu.berkeley.compbio.ml.cluster.BasicCentroidCluster.java

/**
 * {@inheritDoc}//  www .  ja  va 2s. c  om
 */
public boolean removeAll(final CentroidCluster<T> point) {
    throw new NotImplementedException();
}

From source file:blue.lapis.pore.impl.PoreWorldBorder.java

@Override
public void reset() {
    throw new NotImplementedException(); // TODO
}

From source file:com.datasalt.pangool.benchmark.AvroGroupComparator.java

@Override
public Configuration getConf() {
    throw new NotImplementedException();
}

From source file:com.amalto.core.query.user.VisitorAdapter.java

@Override
public T visit(Type type) {
    throw new NotImplementedException();
}

From source file:com.neelo.glue.st.Tool.java

public Collection<String> values() {
    throw new NotImplementedException();
}

From source file:blue.lapis.pore.impl.entity.PoreCreature.java

@Override
public LivingEntity getTarget() {
    throw new NotImplementedException();
}

From source file:com.adobe.acs.commons.httpcache.store.disk.impl.DiskHttpCacheStoreImpl.java

@Override
public CacheContent getIfPresent(CacheKey key) {
    throw new NotImplementedException();
}

From source file:com.atlassian.connector.eclipse.internal.crucible.ui.actions.LocalTeamResourceConnector.java

public String getName() {
    throw new NotImplementedException();
}

From source file:com.opengamma.analytics.financial.greeks.AbstractGreekVisitor.java

@Override
public T visitSpeedP() {
    throw new NotImplementedException();
}

From source file:blue.lapis.pore.impl.event.block.PoreBlockFadeEvent.java

@Override
public BlockState getNewState() {
    throw new NotImplementedException(); // TODO
}