Package org.openflexo.pamela.exceptions
Class MissingImplementationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openflexo.pamela.exceptions.MissingImplementationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingImplementationException extends java.lang.Exception
Thrown when a method of interface has been detected with no possible implementations with supplied factory- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingImplementationException(ModelEntity<?> entity, java.lang.reflect.Method method, PamelaModelFactory factory)
-
-
-
Constructor Detail
-
MissingImplementationException
public MissingImplementationException(ModelEntity<?> entity, java.lang.reflect.Method method, PamelaModelFactory factory)
-
-