Package dev.zemco.codegame.presentation
Class UnknownViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.presentation.UnknownViewException
- All Implemented Interfaces:
Serializable
Thrown when a component does not recognize a view.
This exception is typically seen when an invalid view id was used.
- Author:
- Erik Zemčík
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownViewException(String message) Creates an instance ofUnknownViewException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownViewException
Creates an instance ofUnknownViewException.- Parameters:
message- detail message containing information about the view recognition failure
-