Class NotImplemented

All Implemented Interfaces:
Serializable

public class NotImplemented extends SystemException
Exception thrown when a feature is not implemented.
Author:
Domenico Barra - domenico@adamantic.io
See Also:
  • Constructor Details

    • NotImplemented

      public NotImplemented(String name)
      Constructor specifying the name of the feature that is not implemented.
      Parameters:
      name - the name of the feature that is not implemented.