|
||||||||||
| 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.sca4j.host.SCA4JException
org.sca4j.introspection.IntrospectionException
org.sca4j.introspection.xml.LoaderException
org.sca4j.introspection.xml.UnrecognizedElementException
public class UnrecognizedElementException
Exception that indicates an element was encountered that could not be handled.
| Field Summary |
|---|
| Fields inherited from class org.sca4j.introspection.xml.LoaderException |
|---|
UNDEFINED |
| Constructor Summary | |
|---|---|
UnrecognizedElementException(javax.xml.stream.XMLStreamReader reader)
Constructor that indicates which resource could not be found. |
|
| Method Summary | |
|---|---|
javax.xml.namespace.QName |
getElement()
|
java.lang.String |
getMessage()
|
| Methods inherited from class org.sca4j.introspection.xml.LoaderException |
|---|
getColumn, getLine, getResourceURI, toString |
| Methods inherited from class org.sca4j.host.SCA4JException |
|---|
getIdentifier, printStackTraceElements |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnrecognizedElementException(javax.xml.stream.XMLStreamReader reader)
reader - the StAX reader positioned on the unrecognized element| Method Detail |
|---|
public javax.xml.namespace.QName getElement()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||