Example usage for com.itextpdf.tool.xml.exceptions NotImplementedException NotImplementedException

List of usage examples for com.itextpdf.tool.xml.exceptions NotImplementedException NotImplementedException

Introduction

In this page you can find the example usage for com.itextpdf.tool.xml.exceptions NotImplementedException NotImplementedException.

Prototype

public NotImplementedException(final Throwable arg0) 

Source Link

Usage

From source file:org.cejug.yougi.business.AccessGroupBean.java

License:Open Source License

@Override
public AccessGroup save(AccessGroup entity) {
    throw new NotImplementedException(
            "Please use the save method that accepts the list of members by parameter");
}