Class EngineNotUniqueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EngineNotUniqueException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EngineNotUniqueException​(java.lang.Class factoryClass, java.lang.Object type)  
      EngineNotUniqueException​(java.lang.Object type)
      Создать исключение по типу
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EngineNotUniqueException

        public EngineNotUniqueException​(java.lang.Object type)
        Создать исключение по типу
        Parameters:
        type - Тип, по которому не был найден движок
      • EngineNotUniqueException

        public EngineNotUniqueException​(java.lang.Class factoryClass,
                                        java.lang.Object type)
    • Method Detail

      • getType

        public java.lang.Object getType()