Class CFException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.rami_sabbagh.codeforces.api.CFException
All Implemented Interfaces:
Serializable

public class CFException
extends Exception
An exception caused by the CodeForces API.
See Also:
Serialized Form
  • Constructor Details

    • CFException

      public CFException​(String message)
      Create a new CodeForces API exception
      Parameters:
      message - The cause of the exception.