|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.tuscany.sca.contribution.service.ContributionException
org.apache.tuscany.sca.contribution.service.ContributionReadException
org.apache.tuscany.sca.contribution.service.UnrecognizedElementException
public class UnrecognizedElementException
Exception that indicates an element was encountered that could not be handled.
| Field Summary |
|---|
| Fields inherited from class org.apache.tuscany.sca.contribution.service.ContributionReadException |
|---|
UNDEFINED |
| Constructor Summary | |
|---|---|
UnrecognizedElementException(javax.xml.namespace.QName element)
Constructor that indicates which element could not be handled. |
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getElement()
Returns the element that could not be handled. |
| Methods inherited from class org.apache.tuscany.sca.contribution.service.ContributionReadException |
|---|
getColumn, getLine, getResourceURI, setColumn, setLine, setResourceURI |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnrecognizedElementException(javax.xml.namespace.QName element)
element - the element that could not be handled| Method Detail |
|---|
public javax.xml.namespace.QName getElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||