List of usage examples for java.lang UnsupportedOperationException subclass-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