Class NotImplementedError

java.lang.Object
java.lang.Throwable
java.lang.Error
org.sentrysoftware.jawk.NotImplementedError
All Implemented Interfaces:
Serializable

public class NotImplementedError extends Error
A placeholder for blocks of code which are not implemented. If this is thrown, then it is the author's intention to complete the section at a later date.
Author:
Danny Daglas
See Also:
  • Constructor Details

    • NotImplementedError

      public NotImplementedError()
      Construct the error without a message string.
    • NotImplementedError

      public NotImplementedError(String msg)
      Construct the error with a message string.
      Parameters:
      msg - The message string.