Class HangmanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.struts2.showcase.hangman.HangmanException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHangmanException(org.apache.struts2.showcase.hangman.HangmanException.Type type, String reason) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts2.showcase.hangman.HangmanException.TypegetType()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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()
-