|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.jdtaus.core.container.IllegalDependencyTypeException
public class IllegalDependencyTypeException
Gets thrown for type collisions of inherited dependencies.
| Constructor Summary | |
|---|---|
IllegalDependencyTypeException(String implementationIdentifier,
String name,
String type,
String expectedType)
Creates a new instance of IllegalDependencyTypeException taking
information about the dependency with illegal type. |
|
| Method Summary | |
|---|---|
String |
getExpectedType()
Gets the expected type of the dependency. |
String |
getImplementationIdentifier()
Gets the identifier of the implementation with a dependency of illegal type. |
String |
getName()
Gets the name of the dependency with illegal type. |
String |
getType()
Gets the illegal type of the dependency. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalDependencyTypeException(String implementationIdentifier,
String name,
String type,
String expectedType)
IllegalDependencyTypeException taking
information about the dependency with illegal type.
implementationIdentifier - the identifier of the implementation with
a dependency of illegal type.name - the name of the dependency with illegal type.type - the illegal type of the dependency with name name.expectedType - the expected type of the dependency with name
name.| Method Detail |
|---|
public String getExpectedType()
public String getImplementationIdentifier()
public String getName()
public String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||