Class NotAcceptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.execution.io.NotAcceptedException
All Implemented Interfaces:
Serializable

public class NotAcceptedException extends RuntimeException
Thrown by output sink after it rejects an output value.
Author:
Erik Zemčík
See Also:
  • Constructor Details

    • NotAcceptedException

      public NotAcceptedException(String message)
      Creates an instance of NotAcceptedException.
      Parameters:
      message - detail message containing information about the rejection