List of usage examples for java.lang AbstractMethodError AbstractMethodError
public AbstractMethodError()
AbstractMethodError
with no detail message. From source file:org.apache.openjpa.kernel.exps.InMemoryExpressionFactory.java
public Value newFunction(String functionName, Class<?> resultType, Value... args) { throw new AbstractMethodError(); }