Package reversi

Class IrregularFinishException

java.lang.Object
java.lang.Throwable
java.lang.Exception
reversi.IrregularFinishException
All Implemented Interfaces:
java.io.Serializable

public class IrregularFinishException
extends java.lang.Exception
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • IrregularFinishException

      public IrregularFinishException​(int exception_id)
      Parameters:
      exception_id -
    • -1/10: unknown Exception
    • 0: no Exception
    • 1: Timeout
    • 2: playerThreadDied
    • 3: illegalMove
    • 4: moveOutOfBounds
    • 5: didNotPass
    • 6: inernetAccess
    • 7: systemManupulation
    • 8: memoryLimitExceeded
    • 9: player initialization failed