Class NotImplementedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NativeSignatureScopeException

public class NotImplementedException extends JebException
Checked exception raised when an optional feature or operation is not implemented.
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
      Create an exception with no detail message.
    • NotImplementedException

      public NotImplementedException(String message)
      Create an exception with a detail message.
      Parameters:
      message - the detail message