Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openjdk.asmtools.common.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
class used to indicate missing functionality
See Also:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException()
    • NotImplementedException

      public NotImplementedException(String reason)