Class UnknownViewException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.presentation.UnknownViewException
All Implemented Interfaces:
Serializable

public class UnknownViewException extends RuntimeException
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 Details

    • UnknownViewException

      public UnknownViewException(String message)
      Creates an instance of UnknownViewException.
      Parameters:
      message - detail message containing information about the view recognition failure