Example usage for java.lang UnsupportedOperationException subclass-usage

List of usage examples for java.lang UnsupportedOperationException subclass-usage

Introduction

In this page you can find the example usage for java.lang UnsupportedOperationException subclass-usage.

Usage

From source file me.arthinking.html.jsoup.custom.exception.NotImplementedException.java

/**
 * <p>Thrown to indicate that a block of code has not been implemented.
 * This exception supplements <code>UnsupportedOperationException</code>
 * by providing a more semantically rich description of the problem.</p>
 * 
 * <p><code>NotImplementedException</code> represents the case where the