public class DocError
extends java.lang.Object
| Constructor and Description |
|---|
DocError(java.lang.String errorName,
DocText description)
Creates a new error description
|
| Modifier and Type | Method and Description |
|---|---|
DocText |
getDescription()
Gets the description of the error.
|
java.lang.String |
getErrorName()
Gets the name of the error this element describes.
|
java.lang.String |
toString() |
public DocError(java.lang.String errorName,
DocText description)
errorName - the error namedescription - the error descriptionpublic java.lang.String getErrorName()
public DocText getDescription()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.