public class

NotImplementedException

extends JebException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.pnfsoftware.jeb.core.exceptions.JebException
         ↳ com.pnfsoftware.jeb.core.exceptions.NotImplementedException
Known Direct Subclasses

Class Overview

A feature is not implemented.

Summary

Public Constructors
NotImplementedException()
NotImplementedException(String message)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotImplementedException ()

public NotImplementedException (String message)