
public class IllegalDependencyTypeException extends IllegalStateException
| Constructor and Description |
|---|
IllegalDependencyTypeException(String implementationIdentifier,
String name,
String type,
String expectedType)
Creates a new instance of
IllegalDependencyTypeException taking
information about the dependency with illegal type. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.public String getExpectedType()
public String getImplementationIdentifier()
public String getName()
Copyright © 2005-2012 jDTAUS. All Rights Reserved.