Package net.n2oapp.engine.factory
Class EngineNotUniqueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.engine.factory.EngineNotUniqueException
-
- All Implemented Interfaces:
Serializable
public class EngineNotUniqueException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EngineNotUniqueException(Class factoryClass, Object type)EngineNotUniqueException(Object type)Создать исключение по типу
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getType
public Object getType()
-
-