|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.units4j.dependency.DependencyError
public final class DependencyError
Some kind of dependency is not valid.
| Constructor Summary | |
|---|---|
DependencyError(String className,
String referencedPackage,
String comment)
Constructor with all data. |
|
| Method Summary | |
|---|---|
String |
getClassName()
Returns the name of the class that has an invalid reference to another package. |
String |
getComment()
Returns the comment describing why the dependency is not OK. |
String |
getReferencedPackage()
Returns the package that is referenced by the class. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyError(String className,
String referencedPackage,
String comment)
className - Name of the class that has an invalid reference to another
package.referencedPackage - The package referenced by the class.comment - Comment describing why the dependency is not OK or
null.| Method Detail |
|---|
public final String getClassName()
public final String getReferencedPackage()
public final String getComment()
nullpublic final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||