Class HangmanException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.struts2.showcase.hangman.HangmanException
All Implemented Interfaces:
Serializable

public class HangmanException extends RuntimeException
See Also:
  • Constructor Details

    • HangmanException

      public HangmanException(org.apache.struts2.showcase.hangman.HangmanException.Type type, String reason)
  • Method Details

    • getType

      public org.apache.struts2.showcase.hangman.HangmanException.Type getType()