Class UnimplementedCodeException

  • All Implemented Interfaces:
    Serializable

    public final class UnimplementedCodeException
    extends RuntimeException
    The type of exceptions thrown upon reaching code that is currently unimplemented.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnimplementedCodeException

        public UnimplementedCodeException()
        Construct a new exception without a specific cause.
      • UnimplementedCodeException

        public UnimplementedCodeException​(Throwable x)
        Construct a new exception with the given cause.
        Parameters:
        x - The cause