public class InvalidParentDocTypeException extends XmlException
| Constructor and Description |
|---|
InvalidParentDocTypeException(String docParent,
String docChild)
Constructs an InvalidParentDocTypeException, given a document type parent name and a child name.
|
InvalidParentDocTypeException(String docParent,
String docChild,
String message)
Constructs an InvalidParentDocTypeException, given a document type parent name, a child name, and an error message.
|
InvalidParentDocTypeException(String docParent,
String docChild,
String message,
Throwable throwable)
Constructs an InvalidParentDocTypeException, given a document type parent name, a child name, an error message, and a cause.
|
InvalidParentDocTypeException(String docParent,
String docChild,
Throwable throwable)
Constructs an InvalidParentDocTypeException, given a document type parent name, a child name, and a cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChildName()
Retrieves the name of the child document type that depends on the given parent.
|
String |
getParentName()
Retrieves the name of the parent document type that has not been processed yet.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidParentDocTypeException(String docParent, String docChild)
docParent - The name of the unprocessed document type parent.docChild - The name of the unprocessed document type child.public InvalidParentDocTypeException(String docParent, String docChild, String message)
docParent - The name of the unprocessed document type parent.docChild - The name of the unprocessed document type child.message - The error message.public InvalidParentDocTypeException(String docParent, String docChild, String message, Throwable throwable)
docParent - The name of the unprocessed document type parent.docChild - The name of the unprocessed document type child.message - The error message.throwable - The cause.public InvalidParentDocTypeException(String docParent, String docChild, Throwable throwable)
docParent - The name of the unprocessed document type parent.docChild - The name of the unprocessed document type child.throwable - The cause.public String getParentName()
public String getChildName()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.