Package org.int4.dirk.core.definition
Class BadQualifiedTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.int4.dirk.core.definition.BadQualifiedTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadQualifiedTypeException extends java.lang.ExceptionThrown when aQualifiedTypeis encountered that is unsuitable for injection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadQualifiedTypeException(java.lang.String message)Constructs a new instance.
-